Method | Description | |
---|---|---|
DrawableScaling ( double x, double y ) |
Initializes a new instance of the DrawableScaling class.
|
|
IDrawable ( IDrawingWand wand ) : void |
Draws this instance with the drawing wand.
|
public DrawableScaling ( double x, double y ) | ||
x | double | Horizontal scale factor. |
y | double | Vertical scale factor. |
public IDrawable ( IDrawingWand wand ) : void | ||
wand | IDrawingWand | The want to draw on. |
return | void |