PushGeometryClip Method
Pushes a clip geometry.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public DrawingContext.PushedState PushGeometryClip(
Geometry clip
)
Public Function PushGeometryClip (
clip As Geometry
) As DrawingContext.PushedState
member PushGeometryClip :
clip : Geometry -> DrawingContext.PushedState
Parameters
- Geometry
- The clip geometry.
Return Value
DrawingContext.PushedState
A disposable used to undo the clip geometry.