get_clipPath();
set_clipPath(value);
Object.defineProperty('clipPath');
Type | Description |
---|---|
boolean | true if a clipping path has been set; otherwise, it is false. The default value is false. |
The value of the ClipPath gets set to true between calls to BeginClipPath and EndClipPath. Derived classes can read the value of the ClipPath and determine if clipping must be set in the context.