ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream Namespace / PrecCoordInfo Class / PrecCoordInfo Constructor / PrecCoordInfo Constructor(Int32,Int32,Int32,Int32,Int32,Int32)
Horizontal upper left coordinate in the subband
Vertical upper left coordinate in the subband
Precinct's width
Precinct's height
The horizontal coordinate on the reference grid
The vertical coordinate on the reference grid

In This Topic
    PrecCoordInfo Constructor(Int32,Int32,Int32,Int32,Int32,Int32)
    In This Topic
    Constructor. Creates a PrecCoordInfo object.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal ulx As Integer, _
       ByVal uly As Integer, _
       ByVal w As Integer, _
       ByVal h As Integer, _
       ByVal xref As Integer, _
       ByVal yref As Integer _
    )
    public PrecCoordInfo( 
       int ulx,
       int uly,
       int w,
       int h,
       int xref,
       int yref
    )

    Parameters

    ulx
    Horizontal upper left coordinate in the subband
    uly
    Vertical upper left coordinate in the subband
    w
    Precinct's width
    h
    Precinct's height
    xref
    The horizontal coordinate on the reference grid
    yref
    The vertical coordinate on the reference grid
    See Also