Method Transform
Transform(Rectangle, Matrix3x2)
Declaration
public static Rectangle Transform(this Rectangle bounds, Matrix3x2 transformationMatrix)
Parameters
| Type | Name | Description |
|---|---|---|
| Rectangle | bounds | |
| Matrix3x2 | transformationMatrix |
Returns
| Type | Description |
|---|---|
| Rectangle |
Transform(Point, Matrix3x2)
Declaration
public static Point Transform(this Point point, Matrix3x2 transformationMatrix)
Parameters
| Type | Name | Description |
|---|---|---|
| Point | point | |
| Matrix3x2 | transformationMatrix |
Returns
| Type | Description |
|---|---|
| Point |
Transform(Vector2, Matrix3x2)
Declaration
public static Vector2 Transform(this Vector2 vector, Matrix3x2 transformationMatrix)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector2 | vector | |
| Matrix3x2 | transformationMatrix |
Returns
| Type | Description |
|---|---|
| Vector2 |
Transform(RectangleF, Matrix3x2)
Declaration
public static RectangleF Transform(this RectangleF bounds, Matrix3x2 transformationMatrix)
Parameters
| Type | Name | Description |
|---|---|---|
| RectangleF | bounds | |
| Matrix3x2 | transformationMatrix |
Returns
| Type | Description |
|---|---|
| RectangleF |