[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.GcBitmap.Item

this Property

this[int, int]

Gets or sets a pixel color value at the specified coordinates.

Declaration
public uint this[int x, int y] { get; set; }
Public Default Property Item(x As Integer, y As Integer) As UInteger
Parameters
Type Name Description
int x

The X coordinate.

int y

The Y coordinate.