[]
Transforms the point.
public static PointF Transform(this Matrix3x2 m, float x, float y)
| Type | Name | Description |
|---|---|---|
| Matrix3x2 | m | |
| float | x | |
| float | y |
| Type | Description |
|---|---|
| PointF |
Transforms the point.
public static PointF Transform(this Matrix3x2 matrix, PointF p)
| Type | Name | Description |
|---|---|---|
| Matrix3x2 | matrix | |
| PointF | p |
| Type | Description |
|---|---|
| PointF |
Transforms the rectangle.
public static Quadrilateral Transform(this Matrix3x2 matrix, RectangleF r)
| Type | Name | Description |
|---|---|---|
| Matrix3x2 | matrix | |
| RectangleF | r |
| Type | Description |
|---|---|
| Quadrilateral |
Transforms the quadrilateral.
public static Quadrilateral Transform(this Matrix3x2 matrix, Quadrilateral q)
| Type | Name | Description |
|---|---|---|
| Matrix3x2 | matrix | |
| Quadrilateral | q |
| Type | Description |
|---|---|
| Quadrilateral |