AtalaImage.GetPixelIndex 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)
Syntaxpublic byte GetPixelIndex(
int x,
int y
)
Public Function GetPixelIndex (
x As Integer,
y As Integer
) As Byte
Parameters
- x
- Type: System.Int32
x coordinate in the image. - y
- Type: System.Int32
y coordinate in the image.
Return Value
Type:
Byte The palette index of the specified pixel.
See Also