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
)
Function TransformPoint (
point As PointF
) As PointF
abstract TransformPoint :
point : PointF -> PointF
Parameters
- point
- Type: Eto.DrawingPointF
Point to transform
Return Value
Type:
PointFThe value of the point transformed by this matrix
See Also