Initializes a new instance of the 
ImGearARTCallout class object.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As ImGearARTCalloutType, _
   ByVal  As Integer, _
   ByVal  As Integer _
)
             
        
            
            'Usage
 
Dim type As ImGearARTCalloutType
Dim pointX As Integer
Dim pointY As Integer
 
Dim instance As New ImGearARTCallout(type, pointX, pointY)
             
        
            
            public ImGearARTCallout( 
   ImGearARTCalloutType ,
   int ,
   int 
)
             
        
            
            public: ImGearARTCallout( 
   ImGearARTCalloutType ,
   int ,
   int 
)
             
        
            
            public:
ImGearARTCallout( 
   ImGearARTCalloutType ,
   int ,
   int 
)
             
        
             
        
            Parameters
- type
 
- The callout type.
 - pointX
 
- Callout pointer X location.
 - pointY
 
- Callout pointer Y location.
 
             
            
            
            
            
            
            
            
            
            
            
            
            See Also