An implementation of the IVisualCreator interface that can be used as an adapter to the IPaintable interface.

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

Syntax

C#
public sealed class PaintableVisualCreator : IVisualCreator
Visual Basic
Public NotInheritable Class PaintableVisualCreator _
	Implements IVisualCreator

Remarks

Use this class to provide an IVisualCreator instance if all you have is an IPaintable.

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas..::..PaintableVisualCreator

See Also