Interface for classes that can snap coordinates of items of a specific type to a grid.

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

Syntax

C#
public interface IGridConstraintProvider<T>
Visual Basic
Public Interface IGridConstraintProvider(Of T)

Type Parameters

T
The type of the items this class can snap

See Also