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.
Namespace: Aspose.Html.Dom.Css
The Rect type exposes the following members.
Name | Description | |
---|---|---|
![]() | Bottom | This attribute is used for the bottom of the rect. |
![]() | Left | This attribute is used for the left of the rect. |
![]() | Right | This attribute is used for the right of the rect. |
![]() | Top | This attribute is used for the top of the rect. |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetPlatformType | This method is used to retrieve the ECMAScript object . |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
CSSOM defines APIs (including generic parsing and serialization rules) for Media Queries, Selectors, and of course CSS itself.
Reference