[]
        
(Showing Draft Content)

C1.WPF.Extensions.Transform

Transform Method

Transform(Matrix, double, double)

Transforms a point by this matrix.

Declaration
public static Point Transform(this Matrix matrix, double x, double y)
Parameters
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.

Returns
Type Description
Point

The result of the transformation for the point.

Transform(Matrix3x2, float, float)

Transforms the point.

Declaration
public static PointF Transform(this Matrix3x2 m, float x, float y)
Parameters
Type Name Description
Matrix3x2 m
float x
float y
Returns
Type Description
PointF

Transform(Matrix3x2, PointF)

Transforms the point.

Declaration
public static PointF Transform(this Matrix3x2 matrix, PointF p)
Parameters
Type Name Description
Matrix3x2 matrix
PointF p
Returns
Type Description
PointF

Transform(Matrix3x2, RectangleF)

Transforms the rectangle.

Declaration
public static RectWrapper Transform(this Matrix3x2 matrix, RectangleF r)
Parameters
Type Name Description
Matrix3x2 matrix
RectangleF r
Returns
Type Description
RectWrapper