ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream Namespace / PrecInfo Class / PrecInfo Constructor
Resolution level index.
Precinct horizontal offset.
Precinct vertical offset.
Precinct width.
Precinct height.
Precinct horizontal offset in the image reference grid.
Precinct horizontal offset in the image reference grid.
Precinct width in the reference grid.
Precinct height in the reference grid.

In This Topic
    PrecInfo Constructor
    In This Topic
    Class constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal r As Integer, _
       ByVal ulx As Integer, _
       ByVal uly As Integer, _
       ByVal w As Integer, _
       ByVal h As Integer, _
       ByVal rgulx As Integer, _
       ByVal rguly As Integer, _
       ByVal rgw As Integer, _
       ByVal rgh As Integer _
    )
    public PrecInfo( 
       int r,
       int ulx,
       int uly,
       int w,
       int h,
       int rgulx,
       int rguly,
       int rgw,
       int rgh
    )

    Parameters

    r
    Resolution level index.
    ulx
    Precinct horizontal offset.
    uly
    Precinct vertical offset.
    w
    Precinct width.
    h
    Precinct height.
    rgulx
    Precinct horizontal offset in the image reference grid.
    rguly
    Precinct horizontal offset in the image reference grid.
    rgw
    Precinct width in the reference grid.
    rgh
    Precinct height in the reference grid.
    See Also