Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / Indexed8bppBitmap Class / Item Property
The X coordinate.
The Y coordinate.

In This Topic
    Item Property (Indexed8bppBitmap)
    In This Topic
    Gets or sets a lookup table index (from 0 to 255) at the specified coordinates.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal x As System.Integer, _
       ByVal y As System.Integer _
    ) As System.Integer
    public System.int this[ 
       System.int x,
       System.int y
    ]; {get; set;}

    Parameters

    x
    The X coordinate.
    y
    The Y coordinate.
    See Also