SizeFloat Constructor
Constructs a size object with the given width and height
Namespace: WinnovativeClientAssembly: WinnovativeClient (in WinnovativeClient.dll) Version: 18.0.0.0 (18.0.0.0)
public SizeFloat(
float width,
float height
)
Public Sub New (
width As Single,
height As Single
)
Parameters
- width Single
- The width
- height Single
- The height