Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / ArrowShape Class / ArrowShape Constructor / ArrowShape Constructor(Point,Point,Single)
Start point of arrow shape.
End point of arrow shape.
The tip width of the arrow shape.


In This Topic
    ArrowShape Constructor(Point,Point,Single)
    In This Topic
    Creates a new shape.
    Syntax
    '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)

    Parameters

    startPoint
    Start point of arrow shape.
    endPoint
    End point of arrow shape.
    arrowTipWidth
    The tip width of the arrow shape.
    Exceptions
    ExceptionDescription
    Thrown when the arrowTipWidth value is less than or equal to zero
    See Also