GoDiagram Web Reference
GetArrowheadPointsCount Method

true for the "To" end, false for the "From" end
Gets the number of points to be used in the polygon representing an arrowhead.
Syntax
'Declaration
 
Public Overridable Function GetArrowheadPointsCount( _
   ByVal atEnd As Boolean _
) As Integer
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoStroke Class
GoStroke Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback