An IPaintable implementation that paints arrowheads and provides bounds for the drawing engine.

Namespace: yWorks.yFiles.UI.Drawing
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public abstract class ArrowPaintable : IPaintable, 
	IBoundsProvider
Visual Basic
Public MustInherit Class ArrowPaintable _
	Implements IPaintable, IBoundsProvider

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Drawing..::..ArrowPaintable

See Also