This interface describes the context for many operations performed on items in a CanvasControl.

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

Syntax

C#
public interface ICanvasContext : ILookup
Visual Basic
Public Interface ICanvasContext _
	Inherits ILookup

Remarks

This interface extends the ILookup interface to provide dynamic lookup capability.

See Also