ComponentOne PDF for .NET
CSJ2K.j2k.roi.encoder Namespace / ROI Class / ROI Constructor / ROI Constructor(Int32,Int32,Int32,Int32)
The component the ROI belongs to
x-coordinate of center of ROI
y-coordinate of center of ROI

In This Topic
    ROI Constructor(Int32,Int32,Int32,Int32)
    In This Topic
    Constructor for circular ROIs
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal comp As Integer, _
       ByVal x As Integer, _
       ByVal y As Integer, _
       ByVal rad As Integer _
    )
    public ROI( 
       int comp,
       int x,
       int y,
       int rad
    )

    Parameters

    comp
    The component the ROI belongs to
    x
    x-coordinate of center of ROI
    y
    y-coordinate of center of ROI
    rad
    See Also