GetPixel1
Previous  Next

Returns the color of a specific pixel in the image.
Syntax: GetPixel1 (x As Int32, y As Int32) As Color

Example:
drawer.SetTransparentColor1 (bitmap1.GetPixel1 (0,0))