[]
Gets or sets a pixel value (from 0 to 255) at the specified coordinates.
public int this[int x, int y] { get; set; }
Public Default Property Item(x As Integer, y As Integer) As Integer
Type | Name | Description |
---|---|---|
int | x | The X coordinate. |
int | y | The Y coordinate. |