This is the interface implemented by the basic building blocks of a scene graph
in a CanvasControl.
Namespace: yWorks.CanvasAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public interface ICanvasObject |
| Visual Basic |
|---|
Public Interface ICanvasObject |
Remarks
The interface is not meant to be implemented by application programmers.
Instead, instances implementing this interface
can be retrieved from the factory methods in the canvas control.