Property | Type | Description | |
---|---|---|---|
Height | double | ||
Width | double | ||
X | double | ||
Y | double |
Method | Description | |
---|---|---|
DRect ( double x, double y, double width, double height ) : System |
Create graphical 2D rectangle
|
|
ToString ( ) : string |
Convert DRect object to string representation
|
public DRect ( double x, double y, double width, double height ) : System | ||
x | double | X coordinate of left-top corner |
y | double | Y coordinate of left-top corner |
width | double | Width of rectangle |
height | double | Height of rectangle |
return | System |