Property | Type | Description | |
---|---|---|---|
Bottom | int | ||
Left | int | ||
Right | int | ||
Top | int |
Method | Description | |
---|---|---|
FromRectangle ( |
||
FromXYWH ( int x, int y, int width, int height ) : Rect | ||
Rect ( int left, int top, int right, int bottom ) : System |
public static FromRectangle ( |
||
rect | ||
return | Rect |
public static FromXYWH ( int x, int y, int width, int height ) : Rect | ||
x | int | |
y | int | |
width | int | |
height | int | |
return | Rect |
public Rect ( int left, int top, int right, int bottom ) : System | ||
left | int | |
top | int | |
right | int | |
bottom | int | |
return | System |