Click or drag to resize

ResampleMaskedCommandMaskIndex Property

Gets or sets the index of the color of the mask.

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 int MaskIndex { get; set; }

Property Value

Type: Int32
Exceptions
ExceptionCondition
Thrown if the value is less than zero or greater than 255.
Remarks
MaskIndex must be a value between 0 and 255.
See Also