Graphics.SoftMask Property

Gets or sets a soft mask representing variable opacity for everything drawn on this Graphics.

Namespace: Aurigma.GraphicsMill.Drawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public GraphicsContainer SoftMask { get; set; }

Property Value

A GraphicsContainer whose content defines the opacity mask, or null if no soft mask is set.

Remarks

When writing to PDF, the soft mask is stored as a native PDF soft mask object; it is not rasterized.

See Also

Reference

Manual