Summary
Pushes an opacity mask.
- Namespace
- Avalonia
.Media - Containing Type
- DrawingContext
Syntax
public DrawingContext.PushedState PushOpacityMask(IBrush mask, Rect bounds)
Parameters
Return Value
Type | Description |
---|---|
DrawingContext |
A disposable to undo the opacity mask. |