Initializes a new instance of the 
ImGearDoubleRectangle struct.
Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As Double, _
   ByVal  As Double, _
   ByVal  As Double, _
   ByVal  As Double _
)
             
        
            
            'Usage
 
Dim left As Double
Dim top As Double
Dim width As Double
Dim height As Double
 
Dim instance As New ImGearDoubleRectangle(left, top, width, height)
             
        
            
            public ImGearDoubleRectangle( 
   double ,
   double ,
   double ,
   double 
)
             
        
            
            public: ImGearDoubleRectangle( 
   double ,
   double ,
   double ,
   double 
)
             
        
            
            public:
ImGearDoubleRectangle( 
   double ,
   double ,
   double ,
   double 
)
             
        
             
        
            Parameters
- left
- X coordinate of left-top rectangular point.
- top
- Y coordinate of left-top rectangular point.
- width
- Width of the rectangle.
- height
- Height of the rectangle.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also