ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearROIRectangle Class / ImGearROIRectangle Constructor / ImGearROIRectangle Constructor(Int32,Int32)
Width of rectangle.
Height of rectangle.




In This Topic
    ImGearROIRectangle Constructor(Int32,Int32)
    In This Topic
    Initializes a new instance of the ImGearROIRectangle class with zero offset and specified size.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal width As Integer, _
       ByVal height As Integer _
    )
    'Usage
     
    Dim width As Integer
    Dim height As Integer
     
    Dim instance As New ImGearROIRectangle(width, height)
    public ImGearROIRectangle( 
       int width,
       int height
    )
    public: ImGearROIRectangle( 
       int width,
       int height
    )
    public:
    ImGearROIRectangle( 
       int width,
       int height
    )

    Parameters

    width
    Width of rectangle.
    height
    Height of rectangle.
    See Also