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
See Also