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

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

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