Click or drag to resize

ShapeList AppendRoundRectangle Method

Adds a roundrectangle to list.

Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public IAutoShape AppendRoundRectangle(
	float x,
	float y,
	float width,
	float height,
	float radius
)

Parameters

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

Return Value

Type: IAutoShape
See Also