DrawingContextPushClip(Rect) Method
Pushes a clip rectangle.
Namespace: Avalonia.MediaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public DrawingContextPushedState PushClip(
Rect clip
)
Public Function PushClip (
clip As Rect
) As DrawingContextPushedState
member PushClip :
clip : Rect -> DrawingContextPushedState
- clip Rect
- The clip rectangle.
DrawingContextPushedStateA disposable used to undo the clip rectangle.