Provides a number of IPaintable implementations for simple geometric primitives. This is an abstract class that provides a number of factory methods that each return a concrete subclass of this.

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

Syntax

C#
public abstract class ShapePaintable : IPaintable, 
	IVisualCreator, IHitTestable, IMarqueeTestable, IBoundsProvider, IVisibilityTest
Visual Basic
Public MustInherit Class ShapePaintable _
	Implements IPaintable, IVisualCreator, IHitTestable, IMarqueeTestable,  _
	IBoundsProvider, IVisibilityTest

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas.Drawing..::..ShapePaintable

See Also