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.
Inheritance Hierarchy

Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public class Rect : DOMObject

The Rect type exposes the following members.

Properties
  NameDescription
Public propertyBottom
This attribute is used for the bottom of the rect.
Public propertyLeft
This attribute is used for the left of the rect.
Public propertyRight
This attribute is used for the right of the rect.
Public propertyTop
This attribute is used for the top of the rect.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also