'Declaration Public Function Insert( _ ByVal dashLength As System.Single, _ ByVal spaceLength As System.Single, _ ByVal index As System.Integer _ ) As DashStop
public DashStop Insert( System.float dashLength, System.float spaceLength, System.int index )
Parameters
- dashLength
- The length, in percent, of the dash relative to line width.
- spaceLength
- The length, in percent, of the space relative to line width.
- index
- The dash stop index.
Return Value
The inserted DashStop.