Click or drag to resize

StyleBoxFlatSetCornerRadiusIndividual Method

Sets the corner radius for each corner to radius_top_left, radius_top_right, radius_bottom_right, and radius_bottom_left pixels.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetCornerRadiusIndividual(
	int radiusTopLeft,
	int radiusTopRight,
	int radiusBottomRight,
	int radiusBottomLeft
)

Parameters

radiusTopLeft
Type: SystemInt32

[Missing <param name="radiusTopLeft"/> documentation for "M:Godot.StyleBoxFlat.SetCornerRadiusIndividual(System.Int32,System.Int32,System.Int32,System.Int32)"]

radiusTopRight
Type: SystemInt32

[Missing <param name="radiusTopRight"/> documentation for "M:Godot.StyleBoxFlat.SetCornerRadiusIndividual(System.Int32,System.Int32,System.Int32,System.Int32)"]

radiusBottomRight
Type: SystemInt32

[Missing <param name="radiusBottomRight"/> documentation for "M:Godot.StyleBoxFlat.SetCornerRadiusIndividual(System.Int32,System.Int32,System.Int32,System.Int32)"]

radiusBottomLeft
Type: SystemInt32

[Missing <param name="radiusBottomLeft"/> documentation for "M:Godot.StyleBoxFlat.SetCornerRadiusIndividual(System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also