ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / org.jpedal.jbig2.image Namespace / JBIG2Bitmap Class / getPixel Method

In This Topic
    getPixel Method
    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