PointF Constructor (Single, Single) |
Initializes a new instance of a Point class with specified x and y values
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public PointF(
float x,
float y
)
Public Sub New (
x As Single,
y As Single
)
new :
x : float32 *
y : float32 -> PointF
Parameters
- x
- Type: SystemSingle
Initial X value for the point - y
- Type: SystemSingle
Initial Y value for the point
See Also