Share via


DrawingContext.PopClippingRectangle Method

Pops the clipping rectangle that was most recently pushed onto the current DrawingContext object.

Namespace: Microsoft.SPOT.Presentation.Media
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

public void PopClippingRectangle ()

Remarks

Use the PushClippingRectangle method to push a clipping rectangle onto the DrawingContext object.

If your program invokes this method after the stack of clipping rectangles is empty, this method creates a clipping rectangle whose dimensions are the same as the display's dimensions, and then it uses that rectangle in clipping operations.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

DrawingContext Class
DrawingContext Members
Microsoft.SPOT.Presentation.Media Namespace