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
)
Public Function AppendShape (
shapeType As ShapeType,
start As PointF,
end As PointF
) As IAutoShape
public:
IAutoShape^ AppendShape(
ShapeType shapeType,
PointF start,
PointF end
)
member AppendShape :
shapeType : ShapeType *
start : PointF *
end : PointF -> IAutoShape
Parameters
-
shapeType
-
Type:
Spire.Presentation
ShapeType
-
start
-
Type:
System.Drawing
PointF
-
end
-
Type:
System.Drawing
PointF
Return Value
Type:
IAutoShape
See Also