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