Initializes a new instance of the 
ImGearARTPolyline class object.
Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal () As ImGearPoint, _
   ByVal  As IImGearRGBQuad, _
   ByVal  As ImGearARTPenStyle, _
   ByVal  As Integer, _
   ByVal  As Integer, _
   ByVal  As Boolean, _
   ByVal  As IImGearRGBQuad, _
   ByVal  As ImGearARTLineHeadType, _
   ByVal  As Integer, _
   ByVal  As Integer, _
   ByVal  As ImGearARTLineHeadType, _
   ByVal  As Integer, _
   ByVal  As Integer _
)
             
        
            
            'Usage
 
Dim points() As ImGearPoint
Dim color As IImGearRGBQuad
Dim style As ImGearARTPenStyle
Dim width As Integer
Dim opacity As Integer
Dim isClosed As Boolean
Dim headFillColor As IImGearRGBQuad
Dim startHeadType As ImGearARTLineHeadType
Dim startHeadAngle As Integer
Dim startHeadLength As Integer
Dim endHeadType As ImGearARTLineHeadType
Dim endHeadAngle As Integer
Dim endHeadLength As Integer
 
Dim instance As New ImGearARTPolyline(points, color, style, width, opacity, isClosed, headFillColor, startHeadType, startHeadAngle, startHeadLength, endHeadType, endHeadAngle, endHeadLength)
             
        
            
            public ImGearARTPolyline( 
   ImGearPoint[] ,
   IImGearRGBQuad ,
   ImGearARTPenStyle ,
   int ,
   int ,
   bool ,
   IImGearRGBQuad ,
   ImGearARTLineHeadType ,
   int ,
   int ,
   ImGearARTLineHeadType ,
   int ,
   int 
)
             
        
            
            public: ImGearARTPolyline( 
   ImGearPoint[]* ,
   IImGearRGBQuad* ,
   ImGearARTPenStyle ,
   int ,
   int ,
   bool ,
   IImGearRGBQuad* ,
   ImGearARTLineHeadType ,
   int ,
   int ,
   ImGearARTLineHeadType ,
   int ,
   int 
)
             
        
            
            public:
ImGearARTPolyline( 
   array<ImGearPoint>^ ,
   IImGearRGBQuad^ ,
   ImGearARTPenStyle ,
   int ,
   int ,
   bool ,
   IImGearRGBQuad^ ,
   ImGearARTLineHeadType ,
   int ,
   int ,
   ImGearARTLineHeadType ,
   int ,
   int 
)
             
        
             
        
            Parameters
- points
- The mark's points.
- color
- Color of the mark.
- style
- The line style.
- width
- The line width.
- opacity
- Opacity of the mark.
- isClosed
- Specifies whether the line is closed or not.
- headFillColor
- Fill color of the line's head.
- startHeadType
- Start head type.
- startHeadAngle
- Start head angle.
- startHeadLength
- Start head length.
- endHeadType
- End head type.
- endHeadAngle
- End head angle.
- endHeadLength
- End head length.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also