AtalaImageGetPixelIndex Method |
Gets the palette index of the specified pixel in this AtalaImage.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public byte GetPixelIndex(
int x,
int y
)
Public Function GetPixelIndex (
x As Integer,
y As Integer
) As Byte
Parameters
- x
- Type: SystemInt32
x coordinate in the image. - y
- Type: SystemInt32
y coordinate in the image.
Return Value
Type:
Byte The palette index of the specified pixel.
See Also