Method | Description | |
---|---|---|
PathLineToRel ( ) : System.Collections.Generic |
Initializes a new instance of the PathLineToRel class.
|
|
PathLineToRel ( IEnumerable |
Initializes a new instance of the PathLineToRel class.
|
|
PathLineToRel ( double x, double y ) : System.Collections.Generic |
Initializes a new instance of the PathLineToRel class.
|
Method | Description | |
---|---|---|
IPath ( IDrawingWand wand ) : void |
Draws this instance with the drawing wand.
|
public PathLineToRel ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public PathLineToRel ( IEnumerable |
||
coordinates | IEnumerable |
The coordinates to use. |
return | System.Collections.Generic |
public PathLineToRel ( double x, double y ) : System.Collections.Generic | ||
x | double | The X coordinate. |
y | double | The Y coordinate. |
return | System.Collections.Generic |