Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Annotations.Rendering Namespace > AnnObjectRenderer Class : ClipPath Property |
protected virtual bool ClipPath {get; set;}
'Declaration
Protected Overridable Property ClipPath As Boolean
'Usage
Dim instance As AnnObjectRenderer Dim value As Boolean instance.ClipPath = value value = instance.ClipPath
protected virtual bool ClipPath {get; set;}
@property (nonatomic, assign) BOOL clipPath
public boolean getClipPath() public void setClipPath(boolean clipPath)
<br/>get_ClipPath();<br/>set_ClipPath(value);<br/>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.