Property | Type | Description | |
---|---|---|---|
bottom | int | ||
left | int | ||
right | int | ||
top | int |
Method | Description | |
---|---|---|
Contains ( System pt ) : bool |
Test whether the rectangle contains the specified point.
|
|
Rect ( int l, int t, int r, int b ) : System |
Creates a rectangle with the specified coordinates
|
|
ToString ( ) : string |
|
public Rect ( int l, int t, int r, int b ) : System | ||
l | int | left |
t | int | top |
r | int | right |
b | int | bottom |
return | System |