[]
        
(Showing Draft Content)

C1.Blazor.Core.Extensions.Transform

Transform Method

Transform(Matrix3x2, double, double)

Transforms a point by this matrix.

Declaration
public static C1Point Transform(this Matrix3x2 matrix, double x, double y)
Public Shared Function Transform(matrix As Matrix3x2, x As Double, y As Double) As C1Point
Parameters
Type Name Description
Matrix3x2 matrix

The Matrix defining transformation.

double x

The x coordinate of the point.

double y

The y coordinate of the point.

Returns
Type Description
C1Point

The result of the transformation for the point.