ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTArrow Class / ImGearARTArrow Constructor / ImGearARTArrow Constructor(ImGearPoint,ImGearPoint,IImGearRGBQuad,Int32,Boolean,ImGearARTLineHeadType,Int32,Int32)
Start point of the arrow.
End point of the arrow.
Color of the arrow.
Width of the arrow.
Specifies whether the arrow is highlighted or not.
Type of the arrow head.
Angle of the arrow head.
Length of the arrow head.




In This Topic
    ImGearARTArrow Constructor(ImGearPoint,ImGearPoint,IImGearRGBQuad,Int32,Boolean,ImGearARTLineHeadType,Int32,Int32)
    In This Topic
    Initializes a new instance of the ImGearARTArrow class object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal startPoint As ImGearPoint, _
       ByVal endPoint As ImGearPoint, _
       ByVal color As IImGearRGBQuad, _
       ByVal width As Integer, _
       ByVal isHighlighted As Boolean, _
       ByVal headType As ImGearARTLineHeadType, _
       ByVal headAngle As Integer, _
       ByVal headLength 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)
    public ImGearARTArrow( 
       ImGearPoint startPoint,
       ImGearPoint endPoint,
       IImGearRGBQuad color,
       int width,
       bool isHighlighted,
       ImGearARTLineHeadType headType,
       int headAngle,
       int headLength
    )
    public: ImGearARTArrow( 
       ImGearPoint startPoint,
       ImGearPoint endPoint,
       IImGearRGBQuad* color,
       int width,
       bool isHighlighted,
       ImGearARTLineHeadType headType,
       int headAngle,
       int headLength
    )
    public:
    ImGearARTArrow( 
       ImGearPoint startPoint,
       ImGearPoint endPoint,
       IImGearRGBQuad^ color,
       int width,
       bool isHighlighted,
       ImGearARTLineHeadType headType,
       int headAngle,
       int headLength
    )

    Parameters

    startPoint
    Start point of the arrow.
    endPoint
    End point of the arrow.
    color
    Color of the arrow.
    width
    Width of the arrow.
    isHighlighted
    Specifies whether the arrow is highlighted or not.
    headType
    Type of the arrow head.
    headAngle
    Angle of the arrow head.
    headLength
    Length of the arrow head.
    See Also