Property | Type | Description | |
---|---|---|---|
Origin | Point | ||
Size |
Method | Description | |
---|---|---|
Contains ( Point aPoint ) : bool | ||
Rect ( Point origin, |
||
Rect ( float x, float y, float width, float height ) : System | ||
ToString ( ) : string |
public Rect ( Point origin, |
||
origin | Point | |
size | ||
return | System |
public Rect ( float x, float y, float width, float height ) : System | ||
x | float | |
y | float | |
width | float | |
height | float | |
return | System |