DrawingContext::PushOpacity Method (Double)
.NET Framework (current version)
Pushes the specified opacity setting onto the drawing context.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- opacity
-
Type:
System::Double
The opacity factor to apply to subsequent drawing commands. This factor is cumulative with previous PushOpacity operations.
The opacity is blended into all subsequent drawing commands until it is removed by the Pop command.
The following example demonstrates the PushOpacity, PushEffect, and Pop commands.
.NET Framework
Available since 3.0
Available since 3.0
Show: