AtalaImageSetPixelIndex Method |
Sets the index of the pixel.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public void SetPixelIndex(
int x,
int y,
byte value
)
Public Sub SetPixelIndex (
x As Integer,
y As Integer,
value As Byte
)
Parameters
- x
- Type: SystemInt32
The x. - y
- Type: SystemInt32
The y. - value
- Type: SystemByte
The value.
Exceptions Exception | Condition |
---|
ArgumentOutOfRangeException | x, y;One or more parameters are invalid for this image. |
IncompatiblePixelFormatException | Image must be colormapped to use GetPixelIndex. |
See Also