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