Size Constructor (Int32, Int32) |
Initializes a new Size class with the specified width and height
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Size(
int width,
int height
)
Public Sub New (
width As Integer,
height As Integer
)
new :
width : int *
height : int -> Size
Parameters
- width
- Type: SystemInt32
Initial width of the size - height
- Type: SystemInt32
Initial height of the size
See Also