Property | Type | Description | |
---|---|---|---|
bottom | int | ||
left | int | ||
right | int | ||
top | int |
Method | Description | |
---|---|---|
FromRectangle ( |
||
FromXYWH ( int x, int y, int width, int height ) : System.Windows.Forms.RECT | ||
RECT ( int left, int top, int right, int bottom ) : System |
public static FromRectangle ( |
||
rect | ||
return | System.Windows.Forms.RECT |
public static FromXYWH ( int x, int y, int width, int height ) : System.Windows.Forms.RECT | ||
x | int | |
y | int | |
width | int | |
height | int | |
return | System.Windows.Forms.RECT |
public RECT ( int left, int top, int right, int bottom ) : System | ||
left | int | |
top | int | |
right | int | |
bottom | int | |
return | System |