Truncates the X and Y components of the specified
point to a
Point
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static Point Truncate(
PointF point
)
Public Shared Function Truncate (
point As PointF
) As Point
static member Truncate :
point : PointF -> Point
Parameters
- point
- Type: Eto.DrawingPointF
Floating point value to truncate
Return Value
Type:
PointA new instance of a Point with truncated X and Y values of the specified
pointSee Also