ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPolyline Class / ImGearARTPolyline Constructor / ImGearARTPolyline Constructor(ImGearPoint[],IImGearRGBQuad,ImGearARTPenStyle,Int32,Int32,Boolean,IImGearRGBQuad,ImGearARTLineHeadType,Int32,Int32,ImGearARTLineHeadType,Int32,Int32)
The mark's points.
Color of the mark.
The line style.
The line width.
Opacity of the mark.
Specifies whether the line is closed or not.
Fill color of the line's head.
Start head type.
Start head angle.
Start head length.
End head type.
End head angle.
End head length.




In This Topic
    ImGearARTPolyline Constructor(ImGearPoint[],IImGearRGBQuad,ImGearARTPenStyle,Int32,Int32,Boolean,IImGearRGBQuad,ImGearARTLineHeadType,Int32,Int32,ImGearARTLineHeadType,Int32,Int32)
    In This Topic
    Initializes a new instance of the ImGearARTPolyline class object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal points() As ImGearPoint, _
       ByVal color As IImGearRGBQuad, _
       ByVal style As ImGearARTPenStyle, _
       ByVal width As Integer, _
       ByVal opacity As Integer, _
       ByVal isClosed As Boolean, _
       ByVal headFillColor As IImGearRGBQuad, _
       ByVal startHeadType As ImGearARTLineHeadType, _
       ByVal startHeadAngle As Integer, _
       ByVal startHeadLength As Integer, _
       ByVal endHeadType As ImGearARTLineHeadType, _
       ByVal endHeadAngle As Integer, _
       ByVal endHeadLength 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)

    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