Dimensions

Dimensions constructor (1 of 2)

Initializes a new instance of the Dimensions class.

public Dimensions()

See Also


Dimensions constructor (2 of 2)

Initializes a new instance of the Dimensions class.

public Dimensions(float width, float height)
ParameterTypeDescription
widthSingleThe width.
heightSingleThe height.

See Also