[]
        
(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.