'Declaration
Public Function New( _ ByVal startPoint As Point, _ ByVal endPoint As Point, _ ByVal arrowTipWidth As Single _ )
'Usage
Dim startPoint As Point Dim endPoint As Point Dim arrowTipWidth As Single Dim instance As New ArrowShape(startPoint, endPoint, arrowTipWidth)
public ArrowShape( Point startPoint, Point endPoint, float arrowTipWidth )
Parameters
- startPoint
- Start point of arrow shape.
- endPoint
- End point of arrow shape.
- arrowTipWidth
- The tip width of the arrow shape.