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 Point(
Size size
)
Public Sub New (
size As Size
)
new :
size : Size -> Point
Parameters
- size
- Type: Eto.DrawingSize
Size to initialize the X and Y values of the new instance with
See Also