Property | Type | Description | |
---|---|---|---|
Empty | |||
Height | float | ||
Width | float | ||
X | float | ||
Y | float |
Method | Description | |
---|---|---|
CGRect ( |
||
CGRect ( float x, float y, float width, float height ) : System | ||
Contains ( |
||
Contains ( |
||
Contains ( float x, float y ) : bool | ||
Equals ( object obj ) : bool | ||
FromLTRB ( float left, float top, float right, float bottom ) : |
||
GetHashCode ( ) : int | ||
Inflate ( |
||
Inflate ( |
||
Inflate ( float x, float y ) : void | ||
Intersect ( |
||
Intersect ( |
||
IntersectsWith ( |
||
Offset ( |
||
Offset ( float x, float y ) : void | ||
ToString ( ) : string | ||
Union ( |
||
operator ( ) : bool |
Method | Description | |
---|---|---|
IntersectsWithInclusive ( |
public CGRect ( |
||
location | ||
size | ||
return | System |
public CGRect ( float x, float y, float width, float height ) : System | ||
x | float | |
y | float | |
width | float | |
height | float | |
return | System |
public static FromLTRB ( float left, float top, float right, float bottom ) : |
||
left | float | |
top | float | |
right | float | |
bottom | float | |
return |
public static Inflate ( |
||
rect | ||
x | float | |
y | float | |
return |
public static Intersect ( |
||
a | ||
b | ||
return |
public static Union ( |
||
a | ||
b | ||
return |