SizeF Constructor (PointF) |
Initializes a new SizeF class with width and height corresponding to the
X and
Y of the specified
point
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public SizeF(
PointF point
)
Public Sub New (
point As PointF
)
new :
point : PointF -> SizeF
Parameters
- point
- Type: Eto.DrawingPointF
Point to convert to a SizeF struct
See Also