Dimensions Class
Contents
[
Hide
]Summary: Containing dimensions for a drawn object.
Module: aspose.psd.xmp.types.complex.dimensions
Full Name: aspose.psd.xmp.types.complex.dimensions.Dimensions
Inheritance: IXmpType, ComplexTypeBase
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
Dimensions() | Initializes a new instance of the Dimensions class. |
Dimensions(width, height) | Initializes a new instance of the Dimensions class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
height | float | r/w | Gets or sets the height. |
namespace_uri | string | r | Gets the default namespace URI. |
prefix | string | r | Gets the prefix. |
units | string | r/w | Gets or sets units. |
width | float | r/w | Gets or sets the width. |
Methods
Name | Description |
---|---|
get_xmp_representation() | Gets the string contained value in XMP format. |
Constructor: Dimensions()
Dimensions()
Initializes a new instance of the Dimensions class.
Constructor: Dimensions(width, height)
Dimensions(width, height)
Initializes a new instance of the Dimensions class.
Parameters:
Parameter | Type | Description |
---|---|---|
width | float | The width. |
height | float | The height. |
Method: get_xmp_representation()
get_xmp_representation()
Gets the string contained value in XMP format.
Returns
Type | Description |
---|---|
string | Returns the string contained value in XMP format. |