Interface that is used by the GraphSnapContext for bends to collect a number of SnapResults during the move/edit operation.

Namespace: yWorks.yFiles.UI.Input
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public interface IBendSnapResultProvider
Visual Basic
Public Interface IBendSnapResultProvider

Remarks

This interface is queried from the ILookup of the IBends that are being moved during the edit.

See Also