IDrawingContextImpl.

PushOpacity(double) Method

Summary

Pushes an opacity value.
Namespace
Avalonia.Platform
Containing Type
IDrawingContextImpl

Syntax

void PushOpacity(double opacity)

Parameters

Name Type Description
opacity double The opacity.

Return Value

Type Description
void