IDrawingContextImpl.

PushOpacityMask(IBrush, Rect) Method

Summary

Pushes an opacity mask
Namespace
Avalonia.Platform
Containing Type
IDrawingContextImpl

Syntax

void PushOpacityMask(IBrush mask, Rect bounds)

Parameters

Name Type Description
mask IBrush
bounds Rect

Return Value

Type Description
void