AddShape(Single,Single,String) Method
In This Topic
Adds a new
GeometryType.Rectangle Shape with a specified size and text to the end of the canvas shape.
Syntax
'Declaration
Public Overloads Function AddShape( _
ByVal As System.Single, _
ByVal As System.Single, _
Optional ByVal As System.String _
) As Shape
public Shape AddShape(
System.float ,
System.float ,
System.string
)
Parameters
- width
- The shape width, in points.
- height
- The shape height, in points.
- text
- If not null, a TextFrame with this text is added to the shape.
Return Value
See Also