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 > AnnD2DObjectRenderer Class : ClipPath Property |
protected virtual bool ClipPath {get; set;}
'Declaration
Protected Overridable Property ClipPath As Boolean
'Usage
Dim instance As AnnD2DObjectRenderer Dim value As Boolean instance.ClipPath = value value = instance.ClipPath
protected virtual bool ClipPath {get; set;}
<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.