Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Int32
x
Single
y
Single
width
Single
height
Single
radius
Single

See Also