[]
Adds a new dash stop to the dashing scheme.
public DashStop Add(float dashLength, float spaceLength)
Public Function Add(dashLength As Single, spaceLength As Single) 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. |