Initializes a new instance of the 
ImGearARTArrow class object.
Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As ImGearPoint, _
   ByVal  As ImGearPoint, _
   ByVal  As IImGearRGBQuad, _
   ByVal  As Integer, _
   ByVal  As Boolean, _
   ByVal  As ImGearARTLineHeadType, _
   ByVal  As Integer, _
   ByVal  As Integer _
)
             
        
            
            'Usage
 
Dim startPoint As ImGearPoint
Dim endPoint As ImGearPoint
Dim color As IImGearRGBQuad
Dim width As Integer
Dim isHighlighted As Boolean
Dim headType As ImGearARTLineHeadType
Dim headAngle As Integer
Dim headLength As Integer
 
Dim instance As New ImGearARTArrow(startPoint, endPoint, color, width, isHighlighted, headType, headAngle, headLength)
             
        
            
        
            
        
            
        
             
        
            Parameters
- startPoint
- Start point of the arrow.
- endPoint
- End point of the arrow.
- color
- Color of the arrow.
- width
- Width of the arrow.
- isHighlighted
- Specifies whether the arrow is highlighted or not.
- headType
- Type of the arrow head.
- headAngle
- Angle of the arrow head.
- headLength
- Length of the arrow head.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also