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