This is the interface implemented by the basic building blocks of a scene graph
in a CanvasControl.
Namespace: yWorks.CanvasAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
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.