ImageGear .NET v24.12 - Updated
ImGearARTArrow Constructor(ImGearPoint,ImGearPoint,IImGearRGBQuad,Int32,Boolean)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTArrow Class > ImGearARTArrow Constructor : ImGearARTArrow Constructor(ImGearPoint,ImGearPoint,IImGearRGBQuad,Int32,Boolean)
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.
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 _
)
'Usage
 
Dim startPoint As ImGearPoint
Dim endPoint As ImGearPoint
Dim color As IImGearRGBQuad
Dim width As Integer
Dim isHighlighted As Boolean
 
Dim instance As New ImGearARTArrow(startPoint, endPoint, color, width, isHighlighted)
public ImGearARTArrow( 
   ImGearPoint startPoint,
   ImGearPoint endPoint,
   IImGearRGBQuad color,
   int width,
   bool isHighlighted
)
public: ImGearARTArrow( 
   ImGearPoint startPoint,
   ImGearPoint endPoint,
   IImGearRGBQuad* color,
   int width,
   bool isHighlighted
)
public:
ImGearARTArrow( 
   ImGearPoint startPoint,
   ImGearPoint endPoint,
   IImGearRGBQuad^ color,
   int width,
   bool isHighlighted
)

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.
See Also

Reference

ImGearARTArrow Class
ImGearARTArrow Members
Overload List
ImGearPoint Structure
ImGearRGBQuad Structure
ImGearARTArrow Class