GoDiagram Web Reference
LinksOnPortChanged Method (GoBoxPort)

Sets an internal flag that causes the link positions to be recalculated when link routing occurs.
Syntax
'Declaration
 
Public Overrides Sub LinksOnPortChanged( _
   ByVal subhint As Integer, _
   ByVal oldI As Integer, _
   ByVal oldVal As Object, _
   ByVal oldRect As RectangleF, _
   ByVal newI As Integer, _
   ByVal newVal As Object, _
   ByVal newRect As RectangleF _
) 
public override void LinksOnPortChanged( 
   int subhint,
   int oldI,
   object oldVal,
   RectangleF oldRect,
   int newI,
   object newVal,
   RectangleF newRect
)

Parameters

subhint
oldI
oldVal
oldRect
newI
newVal
newRect
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

GoBoxPort Class
GoBoxPort Members
Base Implementation in LinksOnPortChanged

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback