SetAlphaFromMaskCommand.MaskImage Property |
Gets or sets an 8-bit image used to generate the alpha channel.
Namespace:
Atalasoft.Imaging.ImageProcessing.Channels
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic AtalaImage MaskImage { get; set; }
Public Property MaskImage As AtalaImage
Get
Set
Property Value
Type:
AtalaImage An 8-bit image used to generate the alpha channel.
See Also