GoDiagram Web Reference
GetFromLinkPoint Method (GoPort)

Determines the actual point at which a link coming out from this port should originate.
Syntax
'Declaration
 
Public Overridable Function GetFromLinkPoint( _
   ByVal link As IGoLink _
) As PointF
public virtual PointF GetFromLinkPoint( 
   IGoLink link
)

Parameters

link
Remarks
When the value of FromSpot 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
GetToLinkPoint Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback