Initializes a new instance of the 
ImGearARTPoint class object.
Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As IImGearPoint, _
   ByVal  As IImGearRGBQuad, _
   ByVal  As Integer, _
   ByVal  As Integer _
)
             
        
            
            'Usage
 
Dim point As IImGearPoint
Dim color As IImGearRGBQuad
Dim width As Integer
Dim opacity As Integer
 
Dim instance As New ImGearARTPoint(point, color, width, opacity)
             
        
            
            public ImGearARTPoint( 
   IImGearPoint ,
   IImGearRGBQuad ,
   int ,
   int 
)
             
        
            
            public: ImGearARTPoint( 
   IImGearPoint* ,
   IImGearRGBQuad* ,
   int ,
   int 
)
             
        
            
            public:
ImGearARTPoint( 
   IImGearPoint^ ,
   IImGearRGBQuad^ ,
   int ,
   int 
)
             
        
             
        
            Parameters
- point
- The point mark.
- color
- Color of the mark.
- width
- Width of the mark.
- opacity
- Opacity of the mark.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also