[]
Transforms a point by this matrix.
public static Point Transform(this Matrix matrix, double x, double y)
Type | Name | Description |
---|---|---|
Matrix | matrix | The Matrix defining transformation. |
double | x | The x coordinate of the point. |
double | y | The y coordinate of the point. |
Type | Description |
---|---|
Point | The result of the transformation for the point. |
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 RectWrapper Transform(this Matrix3x2 matrix, RectangleF r)
Type | Name | Description |
---|---|---|
Matrix3x2 | matrix | |
RectangleF | r |
Type | Description |
---|---|
RectWrapper |