protected virtual bool ClipPath {get; set;}
protected virtual bool ClipPath {get; set;}
@property (nonatomic) BOOL clipPath;
public boolean getClipPath() public void setClipPath(boolean clipPath)
get_ClipPath();
set_ClipPath(value);
Object.defineProperty('ClipPath');
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.