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

In This Topic
    ROI Constructor(Int32,Int32,Int32,Int32,Int32)
    In This Topic
    Constructor for rectangular ROIs
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal comp As Integer, _
       ByVal ulx As Integer, _
       ByVal uly As Integer, _
       ByVal w As Integer, _
       ByVal h As Integer _
    )
    public ROI( 
       int comp,
       int ulx,
       int uly,
       int w,
       int h
    )

    Parameters

    comp
    The component the ROI belongs to
    ulx
    uly
    w
    width of ROI
    h
    height of ROI
    See Also