Initializes a new instance of the 
ImGearARTRectangle class object.
Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As IImGearRectangle, _
   ByVal  As IImGearRGBQuad, _
   ByVal  As IImGearRGBQuad, _
   ByVal  As ImGearARTPenStyle, _
   ByVal  As Integer, _
   ByVal  As Integer _
)
             
        
            
            'Usage
 
Dim rect As IImGearRectangle
Dim fillColor As IImGearRGBQuad
Dim borderColor As IImGearRGBQuad
Dim borderStyle As ImGearARTPenStyle
Dim borderWidth As Integer
Dim opacity As Integer
 
Dim instance As New ImGearARTRectangle(rect, fillColor, borderColor, borderStyle, borderWidth, opacity)
             
        
            
        
            
        
            
        
             
        
            Parameters
- rect
- Mark's rectangle.
- fillColor
- Fill color of the mark.
- borderColor
- Border color of the mark.
- borderStyle
- Border style of the mark.
- borderWidth
- Border width of the mark.
- opacity
- Opacity of the mark.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also