Dimensions.Dimensions

Dimensions()

Initializes a new instance of the Dimensions class.

public Dimensions()

See Also


Dimensions(float, float)

Initializes a new instance of the Dimensions class.

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

See Also