Point.

Transform(Matrix) Method

Summary

Transforms the point by a matrix.
Namespace
Avalonia
Containing Type
Point

Syntax

public Point Transform(Matrix transform)

Parameters

Name Type Description
transform Matrix The transform.

Return Value

Type Description
Point The transformed point.