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




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearROIRectangle Class > ImGearROIRectangle Constructor : ImGearROIRectangle Constructor(Int32,Int32,Int32,Int32)
Left side of rectangle.
Top side of rectangle.
Width of rectangle.
Height of rectangle.
Initializes a new instance of the ImGearROIRectangle class with specified offset and size.
Syntax
'Declaration
 
Public Function New( _
   ByVal left As Integer, _
   ByVal top As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer _
)
'Usage
 
Dim left As Integer
Dim top As Integer
Dim width As Integer
Dim height As Integer
 
Dim instance As New ImGearROIRectangle(left, top, width, height)
public ImGearROIRectangle( 
   int left,
   int top,
   int width,
   int height
)
public: ImGearROIRectangle( 
   int left,
   int top,
   int width,
   int height
)
public:
ImGearROIRectangle( 
   int left,
   int top,
   int width,
   int height
)

Parameters

left
Left side of rectangle.
top
Top side of rectangle.
width
Width of rectangle.
height
Height of rectangle.
See Also

Reference

ImGearROIRectangle Class
ImGearROIRectangle Members
Overload List