Méthode | Description | |
---|---|---|
DrawableRectangle ( double upperLeftX, double upperLeftY, double lowerRightX, double lowerRightY ) |
Initializes a new instance of the DrawableRectangle class.
|
|
DrawableRectangle ( Rectangle rectangle ) : System.Drawing |
Initializes a new instance of the DrawableRectangle class.
|
|
IDrawable ( IDrawingWand wand ) : void |
Draws this instance with the drawing wand.
|
public DrawableRectangle ( 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 DrawableRectangle ( Rectangle rectangle ) : System.Drawing | ||
rectangle | Rectangle | The |
Résultat | System.Drawing |
public IDrawable ( IDrawingWand wand ) : void | ||
wand | IDrawingWand | The want to draw on. |
Résultat | void |