Rect class
Rect class
The Rect interface is used to represent any rect value. This interface reflects the values in the underlying style property. Hence, modifications made to the CSSPrimitiveValue objects modify the style property.
The Rect type exposes the following members:
Properties
Property | Description |
---|---|
top | This attribute is used for the top of the rect. |
right | This attribute is used for the right of the rect. |
bottom | This attribute is used for the bottom of the rect. |
left | This attribute is used for the left of the rect. |
Methods
Method | Description |
---|---|
get_platform_type | This method is used to retrieve ECMAScript object Type. |
See Also
- module
aspose.svg.dom.css
- class
DOMObject
- class
Rect