DrawingContextPushGeometryClip Method
Pushes a clip geometry.
Namespace: Avalonia.MediaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public DrawingContextPushedState PushGeometryClip(
Geometry clip
)
Public Function PushGeometryClip (
clip As Geometry
) As DrawingContextPushedState
member PushGeometryClip :
clip : Geometry -> DrawingContextPushedState
- clip Geometry
- The clip geometry.
DrawingContextPushedStateA disposable used to undo the clip geometry.