TransformPoint(Matrix, Point) Method

Definition

Assembly PanAndZoom.dll

Transforms a point by this matrix.

public static Point TransformPoint(Matrix matrix, Point point)

Parameters

matrix
Avalonia.Matrix

The matrix to use as a transformation matrix.

point
Avalonia.Point

The original point to apply the transformation.

Returns

Avalonia.Point
The result of the transformation for the input point.