ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTLine Class / ImGearARTLine Constructor / ImGearARTLine Constructor(ImGearPoint,ImGearPoint,IImGearRGBQuad,ImGearARTPenStyle,Int32,Int32,IImGearRGBQuad,ImGearARTLineHeadType,Int32,Int32,ImGearARTLineHeadType,Int32,Int32)
The start point of the line.
The end point of the line.
The color of the line.
The line style.
The width of the line.
Opacity of the line.
Fill color of the line's head.
The type of the line's start head.
The angle of the line's start head.
The length of the line's start head.
The type of the line's end head.
The angle of the line's end head.
The length of the line's end head.




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

    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.
    headFillColor
    Fill color of the line's head.
    startHeadType
    The type of the line's start head.
    startHeadAngle
    The angle of the line's start head.
    startHeadLength
    The length of the line's start head.
    endHeadType
    The type of the line's end head.
    endHeadAngle
    The angle of the line's end head.
    endHeadLength
    The length of the line's end head.
    See Also