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

In This Topic
    setPixel Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub setPixel( _
       ByVal col As Integer, _
       ByVal row As Integer, _
       ByVal value As Integer _
    ) 
    public void setPixel( 
       int col,
       int row,
       int value
    )

    Parameters

    col
    row
    value
    See Also