Error processing SSI file
LEADTOOLS WPF (Leadtools.Windows.D2DRendering assembly)

Show in webframe

PopClip Method






Removes the last clip rect from the surface. After this method is called, the clip is no longer applied to subsequent drawing operations.
Syntax
public void PopClip()
'Declaration
 
Public Sub PopClip() 
'Usage
 
Dim instance As D2DSurface
 
instance.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

See Also

Reference

D2DSurface Class
D2DSurface Members

Error processing SSI file