ImageGear .NET v25.1 - Updated
ImGearROIRectangle Constructor(Int32,Int32)




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearROIRectangle Class > ImGearROIRectangle Constructor : ImGearROIRectangle Constructor(Int32,Int32)
Width of rectangle.
Height of rectangle.
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

Reference

ImGearROIRectangle Class
ImGearROIRectangle Members
Overload List