Simple query interface that returns an ICanvasObjectGroup for a given item.

Namespace: yWorks.Canvas.Model
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

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

Type Parameters

T
The type of the item that is used in the query

See Also