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

In This Topic
    setPixel Method (JBIG2Bitmap)
    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