←Select platform

EndClipPath Method

Summary

Removes the current clipping path from the context.

Syntax
C#
C++/CLI
protected virtual void EndClipPath( 
   object state 
) 
protected:  
   virtual void EndClipPath( 
      Object^ state 
   ) 

Note: WPF version has the following syntax:

C#: protected virtual void EndClipPath()

Parameters

state

Object state.

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.

Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.