ComponentOne PDF for .NET
org.jpedal.jbig2.image Namespace / JBIG2Bitmap Class / getPixel Method

In This Topic
    getPixel Method (JBIG2Bitmap)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function getPixel( _
       ByVal col As Integer, _
       ByVal row As Integer _
    ) As Integer
    public int getPixel( 
       int col,
       int row
    )

    Parameters

    col
    row
    See Also