FSize(Single, Single) Constructor

Create a new instance of the FSize Item.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public FSize(
	float width,
	float height
)

Parameters

width  Single
Size width.
height  Single
Size height.

See Also