Event delegate method that is used in the IBendLocationChangeReporter
interface. DefaultGraph by default has an implementation of this interface
in it's Lookup(Type).
Namespace: yWorks.yFiles.UI.ModelAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public delegate void BendLocationChanged( IBend bend, PointD oldLocation ) |
| Visual Basic |
|---|
Public Delegate Sub BendLocationChanged ( _ bend As IBend, _ oldLocation As PointD _ ) |
Parameters
- bend
- Type: yWorks.yFiles.UI.Model..::..IBend
The bend whose location changed.
- oldLocation
- Type: yWorks.Canvas.Geometry.Structs..::..PointD
The old coordinates of the bend's location.