Removes the current clipping path from the context.
protected virtual void EndClipPath(
object state
)
Protected Overloads Overridable Sub EndClipPath( _
ByVal state As Object _
)
- (void)endClipPath
protected void endClipPath(Object state)
state
The state object returned from BeginClipPath
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET