FloatingBox.FloatingBox

FloatingBox(float, float)

Initializes a new instance of the FloatingBox class with specified width and height.

public FloatingBox(float width, float height)
ParameterTypeDescription
widthSingleThe width of the box.
heightSingleThe height of the box.

See Also


FloatingBox()

Initializes a new instance of the FloatingBox class.

public FloatingBox()

See Also