Click or drag to resize

IMatrixTransformPoint Method (PointF)

Transforms the specified point using this matrix transform

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
PointF TransformPoint(
	PointF point
)

Parameters

point
Type: Eto.DrawingPointF
Point to transform

Return Value

Type: PointF
The value of the point transformed by this matrix
See Also