Point Constructor (PointF) |
Initializes a new instance of a Point class with truncated values of the specified floating-point point
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Point(
PointF point
)
Public Sub New (
point As PointF
)
new :
point : PointF -> Point
Parameters
- point
- Type: Eto.DrawingPointF
PointF to initialize the X and Y values of the new instance with
See Also