Class Dimensions

Dimensions class

Containing dimensions for a drawn object.

public sealed class Dimensions : ComplexTypeBase

Constructors

NameDescription
Dimensions()Initializes a new instance of the Dimensions class.
Dimensions(float, float)Initializes a new instance of the Dimensions class.

Properties

NameDescription
Height { get; set; }Gets or sets the height.
NamespaceUri { get; }Gets the default namespace URI.
Prefix { get; }Gets the prefix.
Units { get; set; }Gets or sets units.
Width { get; set; }Gets or sets the width.

Methods

NameDescription
override GetXmpRepresentation()Gets the string contained value in XMP format.

See Also