Insert(Single,Single,InsertLocation) Method
Inserts a new
GeometryType.Rectangle Shape with a specified size into this collection at a specified location.
'Declaration
Public Overloads Function Insert( _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As InsertLocation _
) As Shape
Parameters
- width
- The shape width, in points.
- height
- The shape height, in points.
- location
- The target InsertLocation for the insertion.
Return Value