ComponentOne PDF for .NET
CSJ2K.j2k.roi.encoder Namespace / ROI Class / ROI Constructor / ROI Constructor(Int32,ImgReaderPGM)
The component the ROI belongs to
ImgReaderPGM containing the ROI

In This Topic
    ROI Constructor(Int32,ImgReaderPGM)
    In This Topic
    Constructor for ROI with arbitrary shape
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal comp As Integer, _
       ByVal maskPGM As ImgReaderPGM _
    )
    public ROI( 
       int comp,
       ImgReaderPGM maskPGM
    )

    Parameters

    comp
    The component the ROI belongs to
    maskPGM
    ImgReaderPGM containing the ROI
    See Also