ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.reader Namespace / CBlkInfo Class / CBlkInfo Constructor
The uper-left x-coordinate
The uper-left y-coordinate
Width of the code-block
Height of the code-block
The number of layers

In This Topic
    CBlkInfo Constructor
    In This Topic
    Constructs a new instance with specified number of layers and code-block coordinates. The number corresponds to the maximum piece of codeword for one code-block.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal ulx As Integer, _
       ByVal uly As Integer, _
       ByVal w As Integer, _
       ByVal h As Integer, _
       ByVal nl As Integer _
    )
    public CBlkInfo( 
       int ulx,
       int uly,
       int w,
       int h,
       int nl
    )

    Parameters

    ulx
    The uper-left x-coordinate
    uly
    The uper-left y-coordinate
    w
    Width of the code-block
    h
    Height of the code-block
    nl
    The number of layers
    See Also