Method | Description | |
---|---|---|
IPath ( IDrawingWand wand ) : void |
Draws this instance with the drawing wand.
|
|
PathLineToHorizontalAbs ( double x ) |
Initializes a new instance of the PathLineToHorizontalAbs class.
|
public IPath ( IDrawingWand wand ) : void | ||
wand | IDrawingWand | The want to draw on. |
return | void |
public PathLineToHorizontalAbs ( double x ) | ||
x | double | The X coordinate. |