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