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

In This Topic
    Item Property (BilevelBitmap)
    In This Topic
    Gets or sets a pixel value (true is 1, false is 0) at the specified coordinates.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal x As System.Integer, _
       ByVal y As System.Integer _
    ) As System.Boolean
    public System.bool this[ 
       System.int x,
       System.int y
    ]; {get; set;}

    Parameters

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