Method | Description | |
---|---|---|
Intersection ( this r1, |
Ermittelt die Schnittfläche zweiter Rechtecke.
|
|
Intersects ( this rectangle, Point point ) : bool |
Gibt an ob der angegebene Punkt innerhalb des Rectangles liegt oder nicht.
|
|
Transform ( this rectangle, Matrix transform ) : |
Transformiert ein Rechteck mit der angegebenen Transformationsmatrix.
|
public static Intersection ( this r1, |
||
r1 | this | Rechteck 1 |
r2 | Rechteck 2 | |
return |
public static Intersects ( this rectangle, Point point ) : bool | ||
rectangle | this | Zu untersuchendes Rechteck |
point | Point | Punkt |
return | bool |
public static Transform ( this rectangle, Matrix transform ) : |
||
rectangle | this | Rechteck |
transform | Matrix | Transformationsmatrix |
return |