ShapeList
InsertRoundRectangle Method
|
Insert a roundrectangle to collection.
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void InsertRoundRectangle(
int index,
float x,
float y,
float width,
float height,
float radius
)
Public Sub InsertRoundRectangle (
index As Integer,
x As Single,
y As Single,
width As Single,
height As Single,
radius As Single
)
public:
void InsertRoundRectangle(
int index,
float x,
float y,
float width,
float height,
float radius
)
member InsertRoundRectangle :
index : int *
x : float32 *
y : float32 *
width : float32 *
height : float32 *
radius : float32 -> unit
Parameters
-
index
-
Type:
System
Int32
Index should be inserted.
-
x
-
Type:
System
Single
X-coordinates of rectangle
-
y
-
Type:
System
Single
Y-coordinates of rectangle
-
width
-
Type:
System
Single
Width of rectangle
-
height
-
Type:
System
Single
Height of rectangle
-
radius
-
Type:
System
Single
Radius of rectangle
See Also