Initializes a new instance of the 
ImGearARTHollowEllipse class object.
Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As IImGearRectangle, _
   ByVal  As IImGearRGBQuad, _
   ByVal  As Integer, _
   ByVal  As Boolean _
)
             
        
            
            'Usage
 
Dim rect As IImGearRectangle
Dim borderColor As IImGearRGBQuad
Dim borderWidth As Integer
Dim isHighlighted As Boolean
 
Dim instance As New ImGearARTHollowEllipse(rect, borderColor, borderWidth, isHighlighted)
             
        
            
            public ImGearARTHollowEllipse( 
   IImGearRectangle ,
   IImGearRGBQuad ,
   int ,
   bool 
)
             
        
            
            public: ImGearARTHollowEllipse( 
   IImGearRectangle* ,
   IImGearRGBQuad* ,
   int ,
   bool 
)
             
        
            
            public:
ImGearARTHollowEllipse( 
   IImGearRectangle^ ,
   IImGearRGBQuad^ ,
   int ,
   bool 
)
             
        
             
        
            Parameters
- rect
- Mark's rectangle.
- borderColor
- Border color of the mark.
- borderWidth
- Width of the mark's border.
- isHighlighted
- Specifies whether the mark is highlighted or not.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also