Click or drag to resize

ShapeList AppendShape Method (ShapeType, PointF, PointF)

Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public IAutoShape AppendShape(
	ShapeType shapeType,
	PointF start,
	PointF end
)

Parameters

shapeType
Type: Spire.Presentation ShapeType
start
Type: System.Drawing PointF
end
Type: System.Drawing PointF

Return Value

Type: IAutoShape
See Also