GoDiagram Web Reference
Changed Method (GoLink)

If one of the stroke's points has changed, we notify this link's AbstractLink about the change, so that it has a chance to recalculate its stroke.
Syntax
'Declaration
 
Public Overrides Sub Changed( _
   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 Changed( 
   int subhint,
   int oldI,
   object oldVal,
   RectangleF oldRect,
   int newI,
   object newVal,
   RectangleF newRect
)

Parameters

subhint
oldI
oldVal
oldRect
newI
newVal
newRect
Remarks
This notification is useful for GoLabeledLink to be notified about changes in the stroke so that its labels can be repositioned.
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

GoLink Class
GoLink Members
Base Implementation in Changed

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback