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

In This Topic
    getSlice Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function getSlice( _
       ByVal x As Integer, _
       ByVal y As Integer, _
       ByVal width As Integer, _
       ByVal height As Integer _
    ) As JBIG2Bitmap
    public JBIG2Bitmap getSlice( 
       int x,
       int y,
       int width,
       int height
    )

    Parameters

    x
    y
    width
    height
    See Also