SetAlpha.AutoDisposeAlphaSource Property

Gets or sets a value indicating whether an alpha source should be disposed along with this SetAlpha.

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

Syntax

C#
public bool AutoDisposeAlphaSource { get; set; }

Property Value

true if the alpha source (specified with the AlphaSource property) will be disposed along with this SetAlpha; otherwise, false.

See Also

Reference