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