DrawingContext::PushOpacityMask Method (Brush^)

 

Pushes the specified opacity mask onto the drawing context.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

public:
virtual void PushOpacityMask(
	Brush^ opacityMask
) abstract

Parameters

opacityMask
Type: System.Windows.Media::Brush^

The opacity mask to apply to subsequent drawings. The alpha values of this brush determine the opacity of the drawing to which it is applied.

The mask is applied to all subsequent drawing commands until it is removed by the Pop operation.

For more information about creating opacity masks, see Opacity Masks Overview.

.NET Framework
Available since 3.0
Return to top
Show: