IDrawingContextImplPushOpacity Method
Pushes an opacity value.
Namespace: Avalonia.PlatformAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
void PushOpacity(
double opacity,
Rect? bounds
)
Sub PushOpacity (
opacity As Double,
bounds As Rect?
)
abstract PushOpacity :
opacity : float *
bounds : Nullable<Rect> -> unit
Parameters
- opacity Double
- The opacity.
- bounds NullableRect
- where to apply the opacity.