Table of Contents

Method GetRectValue

Namespace
SharpVectors.Dom.Css
Assembly
SharpVectors.Core.dll

GetRectValue()

This method is used to get the ICssRect value. If this CSS value doesn't contain a rect value, a DomException is raised. Modification to the corresponding style property can be achieved using the ICssRect interface.

ICssRect GetRectValue()

Returns

ICssRect

The Rect value

Exceptions

DomException

INVALID_ACCESS_ERR: Raised if the CSS value doesn't contain a Rect value. (e.g. this is not RECT).