DrawingContext.

PushGeometryClip(Geometry) Method

Summary

Pushes a clip geometry.
Namespace
Avalonia.Media
Containing Type
DrawingContext

Syntax

public DrawingContext.PushedState PushGeometryClip(Geometry clip)

Parameters

Name Type Description
clip Geometry The clip geometry.

Return Value

Type Description
DrawingContext.PushedState A disposable used to undo the clip geometry.