GoDiagram Web Reference
GetToLinkPoint Method (GoPort)

Determine the actual point at which a link connected to this port should terminate.
Syntax
'Declaration
 
Public Overridable Function GetToLinkPoint( _
   ByVal link As IGoLink _
) As PointF
public virtual PointF GetToLinkPoint( 
   IGoLink link
)

Parameters

link
Remarks
When the value of ToSpot is not GoObject.NoSpot, this just returns that spot's location. Otherwise this returns GetLinkPointFromPoint for a point near the end of the link. You may wish to override this method if you want to customize the link point connection dynamically.
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

GoPort Class
GoPort Members
GetFromLinkPoint Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback