[]
Inserts a new dash stop into the dashing scheme.
public DashStop Insert(float dashLength, float spaceLength, int index)
Public Function Insert(dashLength As Single, spaceLength As Single, index As Integer) As DashStop
Type | Name | Description |
---|---|---|
float | dashLength | The length, in percent, of the dash relative to line width. |
float | spaceLength | The length, in percent, of the space relative to line width. |
int | index | The dash stop index. |