Property | Type | Description | |
---|---|---|---|
Height | float | ||
Width | float | ||
X | float | ||
Y | float |
Method | Description | |
---|---|---|
Copy ( ) : |
||
Intersects ( |
||
IsWithin ( |
||
Rectangle2D ( float x, float y, float width, float height ) : System | ||
ToString ( ) : string | ||
getScaled ( float factor ) : |
||
getScaledDrawingRect ( float factor ) : |
public Intersects ( |
||
rect | ||
return | bool |
public IsWithin ( |
||
InnerRect | ||
return | bool |
public Rectangle2D ( float x, float y, float width, float height ) : System | ||
x | float | |
y | float | |
width | float | |
height | float | |
return | System |
public getScaled ( float factor ) : |
||
factor | float | |
return |
public getScaledDrawingRect ( float factor ) : |
||
factor | float | |
return |