IDrawingContextImplPushOpacity Method

Pushes an opacity value.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
void PushOpacity(
	double opacity,
	Rect? bounds
)

Parameters

opacity  Double
The opacity.
bounds  NullableRect
where to apply the opacity.

See Also