Central interface used by the CanvasControl to render elements from
the scene graph.
Namespace: yWorks.CanvasAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public interface ICanvasObjectDescriptor |
| Visual Basic |
|---|
Public Interface ICanvasObjectDescriptor |
Remarks
Implementations will be queried using the user object obtained from
UserObject for the corresponding
implementations of the various aspects of the user object.
Implementations of this interface need to be provided by the application
programmer to the canvas control's various Add... methods.