Property | Type | Description | |
---|---|---|---|
Bottom | int | ||
Top | int |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
Clip ( |
||
Clip ( int maxw, int maxh ) : void | ||
Contains ( Point p ) : bool | ||
Contains ( int x, int y ) : bool |
Check if given position is inside this rectangle.
|
|
Rect ( int w, int h ) | ||
Rect ( int x1, int y1, int x2, int y2 ) | ||
ToString ( ) : string |
public Contains ( int x, int y ) : bool | ||
x | int | The horizontal position to check. |
y | int | The vertical position to check. |
return | bool |