Property | Type | Description | |
---|---|---|---|
X | float |
Method | Description | |
---|---|---|
Contains ( |
||
Inflate ( |
||
Inflate ( float width, float height ) : void | ||
IntersectsWith ( |
||
RectangleF ( |
||
RectangleF ( float left, float top, float width, float height ) : System | ||
ToString ( ) : string | ||
Union ( |
public Inflate ( float width, float height ) : void | ||
width | float | |
height | float | |
return | void |
public IntersectsWith ( |
||
rect | ||
return | bool |
public RectangleF ( |
||
origin | ||
size | ||
return | System |
public RectangleF ( float left, float top, float width, float height ) : System | ||
left | float | |
top | float | |
width | float | |
height | float | |
return | System |
public static Union ( |
||
a | ||
b | ||
return |