[]
Gets or sets a pixel value (from 0 to 255) at the specified coordinates.
public int this[int x, int y] { get; set; }
The X coordinate.
The Y coordinate.