Click or drag to resize

OverlayMaskedCommandAlphaMask Property

Gets or sets the 8-bit grayscale image representing the transparency mask of the overlay.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AtalaImage AlphaMask { get; set; }

Property Value

Type: AtalaImage
The 8-bit grayscale image representing the transparency of the overlay.
See Also