'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)