PopClip Method

Summary
Removes the last clip rect from the surface. After this method is called, the clip is no longer applied to subsequent drawing operations.
Syntax
C#
VB
C++
public void PopClip() 
  
Public Sub PopClip()  
public: 
void PopClip();  
Remarks

A PushClip and PopClip pair can occur around or within a PushLayer and PopLayer, but cannot overlap.. For example, a PushClip, PushLayer, PopLayer, PopClip sequence is valid, but a PushClip, PushLayer, PopClip, PopLayer sequence is not.

Requirements

Target Platforms

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

Leadtools.Windows.D2DRendering Assembly

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