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.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

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

Inheritance Hierarchy

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

See Also