SetPixel
Previous  Next

Changes the color of the specified pixel.
Syntax: SetPixel (x As Int32, y As Int32, color As Color)

Example:
bitmap1.SetPixel (5,5, cRed)