Class Dimensions
Dimensions class
Containing dimensions for a drawn object.
public sealed class Dimensions : ComplexTypeBase
Constructors
Name | Description |
---|
Dimensions() | Initializes a new instance of the Dimensions class. |
Dimensions(float, float) | Initializes a new instance of the Dimensions class. |
Properties
Name | Description |
---|
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
Name | Description |
---|
virtual Clone() | Clones this instance. |
override GetXmpRepresentation() | Gets the string contained value in XMP format. |
override ToString() | Gets this XMP data as string. |
See Also