LEADTOOLS JavaScript (Leadtools.Annotations.Rendering)

EndClipPath Method

Show in webframe
The state object returned from BeginClipPath
Removes the current clipping path from the context.
Syntax
 function Leadtools.Annotations.Rendering.AnnObjectRenderer.endClipPath( 
   state 
)

Parameters

ParameterTypeDescription
stateobjectThe state object returned from BeginClipPath
Remarks

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.

See Also

Reference

AnnObjectRenderer Object
AnnObjectRenderer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.