DOM::Rect Class Reference
The Rect
interface is used to represent any rect value.
More...
#include <css_value.h>
Public Methods | |
CSSPrimitiveValue | top () const |
This attribute is used for the top of the rect. | |
CSSPrimitiveValue | right () const |
This attribute is used for the right of the rect. | |
CSSPrimitiveValue | bottom () const |
This attribute is used for the bottom of the rect. | |
CSSPrimitiveValue | left () const |
This attribute is used for the left of the rect. |
Detailed Description
The Rect
interface is used to represent any rect value.
This interface reflects the values in the underlying style property. Hence, modifications made through this interface modify the style property.
Definition at line 630 of file css_value.h.
Member Function Documentation
|
This attribute is used for the top of the rect.
Definition at line 532 of file css_value.cpp. |
|
This attribute is used for the right of the rect.
Definition at line 538 of file css_value.cpp. |
|
This attribute is used for the bottom of the rect.
Definition at line 544 of file css_value.cpp. |
|
This attribute is used for the left of the rect.
Definition at line 550 of file css_value.cpp. |
The documentation for this class was generated from the following files: