ComponentOne PDF for .NET
CSJ2K.j2k.codestream Namespace / CBlkCoordInfo Class / CBlkCoordInfo Constructor / CBlkCoordInfo Constructor(Int32,Int32)
Code-block vertical index.
Code-block horizontal index.

In This Topic
    CBlkCoordInfo Constructor(Int32,Int32)
    In This Topic
    Constructor. Creates a CBlkCoordInfo object width specified code-block vertical and horizontal indexes.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal m As Integer, _
       ByVal n As Integer _
    )
    public CBlkCoordInfo( 
       int m,
       int n
    )

    Parameters

    m
    Code-block vertical index.
    n
    Code-block horizontal index.
    See Also