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; }
Public Property MaskIndex As Integer
Get
Set
Property Value
Type:
Int32Exceptions Exception | Condition |
---|
| Thrown if the value is less than zero or greater than 255. |
Remarks MaskIndex must be a value between 0 and 255.
See Also