ImageGear .NET v24.12 - Updated
ImGearDoubleRectangle Constructor(Double,Double)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearDoubleRectangle Structure > ImGearDoubleRectangle Constructor : ImGearDoubleRectangle Constructor(Double,Double)
Width of the rectangle.
Height of the rectangle.
Initializes a new instance of the ImGearDoubleRectangle struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal width As Double, _
   ByVal height As Double _
)
'Usage
 
Dim width As Double
Dim height As Double
 
Dim instance As New ImGearDoubleRectangle(width, height)
public ImGearDoubleRectangle( 
   double width,
   double height
)
public: ImGearDoubleRectangle( 
   double width,
   double height
)
public:
ImGearDoubleRectangle( 
   double width,
   double height
)

Parameters

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

Reference

ImGearDoubleRectangle Structure
ImGearDoubleRectangle Members
Overload List