Share via


PopClippingRectangle Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Pops the clipping rectangle that was most recently pushed onto the current drawing context.

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

Syntax

'Declaration
Public Sub PopClippingRectangle
public void PopClippingRectangle()
public:
void PopClippingRectangle()
member PopClippingRectangle : unit -> unit 
public function PopClippingRectangle()

Remarks

Use the PushClippingRectangle method to push a clipping rectangle onto the DrawingContextt 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.

.NET Framework Security

See Also

Reference

DrawingContext Class

Microsoft.SPOT.Presentation.Media Namespace