SizeFloat Constructor

Constructs a size object with the given width and height

Definition

Namespace: WinnovativeClient
Assembly: WinnovativeClient (in WinnovativeClient.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public SizeFloat(
	float width,
	float height
)

Parameters

width  Single
The width
height  Single
The height

See Also