Method | Description | |
---|---|---|
DrawablePushPattern ( string id, double x, double y, double width, double height ) |
Initializes a new instance of the DrawablePushPattern class.
|
|
IDrawable ( IDrawingWand wand ) : void |
Draws this instance with the drawing wand.
|
public DrawablePushPattern ( string id, double x, double y, double width, double height ) | ||
id | string | The ID of the pattern. |
x | double | The X coordinate. |
y | double | The Y coordinate. |
width | double | The width. |
height | double | The height. |
public IDrawable ( IDrawingWand wand ) : void | ||
wand | IDrawingWand | The want to draw on. |
return | void |