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
)
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