PointF Constructor (SizeF) |
Initializes a new instance of a Point class with
X and
Y values corresponding to the
Width and
Height values
of the specified
size, respecitively
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public PointF(
SizeF size
)
Public Sub New (
size As SizeF
)
new :
size : SizeF -> PointF
Parameters
- size
- Type: Eto.DrawingSizeF
Size to initialize the X and Y values of the new instance with
See Also