SizeFloat Constructor

Constructs a size object with the given width and height

Definition

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

Parameters

width  Single
The width
height  Single
The height

See Also