Initializes a new Size 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 Size(
Point point
)
Public Sub New (
point As Point
)
new :
point : Point -> Size
Parameters
- point
- Type: Eto.DrawingPoint
Point to convert to a Size struct
See Also