Initializes a new instance of the 
ImGearARTLine class object.
Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As ImGearPoint, _
   ByVal  As ImGearPoint, _
   ByVal  As IImGearRGBQuad, _
   ByVal  As ImGearARTPenStyle, _
   ByVal  As Integer, _
   ByVal  As Integer _
)
             
        
            
            'Usage
 
Dim startPoint As ImGearPoint
Dim endPoint As ImGearPoint
Dim color As IImGearRGBQuad
Dim style As ImGearARTPenStyle
Dim width As Integer
Dim opacity As Integer
 
Dim instance As New ImGearARTLine(startPoint, endPoint, color, style, width, opacity)
             
        
            
        
            
        
            
        
             
        
            Parameters
- startPoint
- The start point of the line.
- endPoint
- The end point of the line.
- color
- The color of the line.
- style
- The line style.
- width
- The width of the line.
- opacity
- Opacity of the line.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also