Initializes a new instance of the 
ImGearARTFilledRectangle class object.
Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As IImGearRectangle, _
   ByVal  As IImGearRGBQuad, _
   ByVal  As Boolean _
)
             
        
            
            'Usage
 
Dim rect As IImGearRectangle
Dim fillColor As IImGearRGBQuad
Dim isHighlighted As Boolean
 
Dim instance As New ImGearARTFilledRectangle(rect, fillColor, isHighlighted)
             
        
            
            public ImGearARTFilledRectangle( 
   IImGearRectangle ,
   IImGearRGBQuad ,
   bool 
)
             
        
            
            public: ImGearARTFilledRectangle( 
   IImGearRectangle* ,
   IImGearRGBQuad* ,
   bool 
)
             
        
            
            public:
ImGearARTFilledRectangle( 
   IImGearRectangle^ ,
   IImGearRGBQuad^ ,
   bool 
)
             
        
             
        
            Parameters
- rect
- The mark's rectangle.
- fillColor
- Fill color of the mark.
- isHighlighted
- Specifies whether the mark is highlighted or not.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also