Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.jpeg.jj2000.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 System.Integer, _
       ByVal uly As System.Integer, _
       ByVal w As System.Integer, _
       ByVal h As System.Integer, _
       ByVal nl As System.Integer _
    )
    public CBlkInfo( 
       System.int ulx,
       System.int uly,
       System.int w,
       System.int h,
       System.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