ImageGear for .NET
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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback