IMatrixTransformPoint Method (Point) |
Transforms the specified point using this matrix transform
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax PointF TransformPoint(
Point point
)
Function TransformPoint (
point As Point
) As PointF
abstract TransformPoint :
point : Point -> PointF
Parameters
- point
- Type: Eto.DrawingPoint
Point to transform
Return Value
Type:
PointFThe value of the point transformed by this matrix
See Also