Property | Type | Description | |
---|---|---|---|
Empty | |||
Height | double | ||
Width | double | ||
X | double | ||
Y | double |
Method | Description | |
---|---|---|
Contains ( int x, int y ) : bool | ||
FromLTRB ( double left, double top, double right, double bottom ) : |
||
Intersect ( |
||
Intersect ( |
||
RectangleD ( Point location, |
||
RectangleD ( double x, double y, double width, double height ) : System | ||
ToString ( ) : string | ||
operator ( ) : bool |
public static FromLTRB ( double left, double top, double right, double bottom ) : |
||
left | double | |
top | double | |
right | double | |
bottom | double | |
return |
public static Intersect ( |
||
a | ||
b | ||
return |
public RectangleD ( Point location, |
||
location | Point | |
size | ||
return | System |
public RectangleD ( double x, double y, double width, double height ) : System | ||
x | double | |
y | double | |
width | double | |
height | double | |
return | System |
public static RectangleD,Pinta.ImageManipulation Empty | ||
return |