메소드 | 설명 | |
---|---|---|
DrawableViewbox ( double upperLeftX, double upperLeftY, double lowerRightX, double lowerRightY ) |
Initializes a new instance of the DrawableViewbox class.
|
|
DrawableViewbox ( Rectangle rectangle ) : System.Drawing |
Initializes a new instance of the DrawableViewbox class.
|
|
IDrawable ( IDrawingWand wand ) : void |
Draws this instance with the drawing wand.
|
public DrawableViewbox ( double upperLeftX, double upperLeftY, double lowerRightX, double lowerRightY ) | ||
upperLeftX | double | The upper left X coordinate. |
upperLeftY | double | The upper left Y coordinate. |
lowerRightX | double | The lower right X coordinate. |
lowerRightY | double | The lower right Y coordinate. |
public DrawableViewbox ( Rectangle rectangle ) : System.Drawing | ||
rectangle | Rectangle | The |
리턴 | System.Drawing |
public IDrawable ( IDrawingWand wand ) : void | ||
wand | IDrawingWand | The want to draw on. |
리턴 | void |