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

In This Topic
    combine Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub combine( _
       ByVal bitmap As JBIG2Bitmap, _
       ByVal x As Integer, _
       ByVal y As Integer, _
       ByVal combOp As Long _
    ) 
    public void combine( 
       JBIG2Bitmap bitmap,
       int x,
       int y,
       long combOp
    )

    Parameters

    bitmap
    x
    y
    combOp
    See Also