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.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
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.