PathMove Constructors
A path segment that moves the current drawing position to a new point without rendering any line.| Name | Parameters | Description |
|---|---|---|
| PathMove(AdjustCoordinate, AdjustCoordinate) | x, y | Initializes a new instance of the PathMove class with specified settings. |
| PathMove(Single, Single) | x, y | Initializes a new instance of the PathMove class with specified settings. |
See Also