'Declaration Public Overloads Function Insert( _ ByVal width As System.Single, _ ByVal height As System.Single, _ ByVal location As InsertLocation _ ) As Shape
public Shape Insert( System.float width, System.float height, InsertLocation location )
Parameters
- width
- The shape width, in points.
- height
- The shape height, in points.
- location
- The target InsertLocation for the insertion.
Return Value
The inserted Shape.