GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoStroke Class / GetArrowheadPointsCount Method
true for the "To" end, false for the "From" end
In This Topic
    GetArrowheadPointsCount Method
    In This Topic
    Gets the number of points to be used in the polygon representing an arrowhead.
    Syntax
    public virtual int GetArrowheadPointsCount( 
       bool atEnd
    )

    Parameters

    atEnd
    true for the "To" end, false for the "From" end

    Return Value

    By default this returns 4. The value must be at least 3.
    See Also