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 > EndClipPath Method : EndClipPath(Object) Method |
'Usage
Dim instance As AnnObjectRenderer Dim state As Object instance.EndClipPath(state)
- (void)endClipPath
protected void endClipPath(Object state)
function Leadtools.Annotations.Rendering.AnnObjectRenderer.EndClipPath(Object)( state )
Some object renderers require that a clipping path be set in context in order to perform the rendering. These objects call the BeginClipPath method to notify a derived class that a clipping path has been set. The object then calls the EndClipPath method when the clipping path is removed. Between BeginClipPath and EndClipPath, the value of the ClipPath property gets set to true. Derived classes can check the value of this property to detect when the context has a clipping path.