ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.image Namespace / Tiler Class / Tiler Constructor

In This Topic
    Tiler Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal src As BlkImgDataSrc, _
       ByVal ax As Integer, _
       ByVal ay As Integer, _
       ByVal px As Integer, _
       ByVal py As Integer, _
       ByVal nw As Integer, _
       ByVal nh As Integer _
    )
    public Tiler( 
       BlkImgDataSrc src,
       int ax,
       int ay,
       int px,
       int py,
       int nw,
       int nh
    )

    Parameters

    src
    ax
    ay
    px
    py
    nw
    nh
    See Also