Initializes a new instance of the 
ImGearZoomInfo structure using the specified values.
Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As Double, _
   ByVal  As Double, _
   ByVal  As Boolean, _
   ByVal  As Boolean _
)
             
        
            
            'Usage
 
Dim horizontalZoomValue As Double
Dim verticalZoomValue As Double
Dim isHorizontalZoomFixed As Boolean
Dim isVerticalZoomFixed As Boolean
 
Dim instance As New ImGearZoomInfo(horizontalZoomValue, verticalZoomValue, isHorizontalZoomFixed, isVerticalZoomFixed)
             
        
            
            public ImGearZoomInfo( 
   double ,
   double ,
   bool ,
   bool 
)
             
        
            
            public: ImGearZoomInfo( 
   double ,
   double ,
   bool ,
   bool 
)
             
        
            
            public:
ImGearZoomInfo( 
   double ,
   double ,
   bool ,
   bool 
)
             
        
             
        
            Parameters
- horizontalZoomValue
- Horizontal zoom value.
- verticalZoomValue
- Vertical zoom value.
- isHorizontalZoomFixed
- A value indicating whether horizontal zoom is fixed.
- isVerticalZoomFixed
- A value indicating whether vertical zoom is fixed.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also