Method | Description | |
---|---|---|
PathMoveToRel ( PointD coordinate ) |
Initializes a new instance of the PathMoveToRel class.
|
|
PathMoveToRel ( double x, double y ) |
Initializes a new instance of the PathMoveToRel class.
|
Method | Description | |
---|---|---|
IPath ( IDrawingWand wand ) : void |
Draws this instance with the drawing wand.
|
public PathMoveToRel ( PointD coordinate ) | ||
coordinate | PointD | The coordinate to use. |
public PathMoveToRel ( double x, double y ) | ||
x | double | The X coordinate. |
y | double | The Y coordinate. |