Table of Contents

Class LineLinkDrawer

Namespace
H.Controls.Diagram.LinkDrawers
Assembly
H.Controls.Diagram.dll
public class LineLinkDrawer : LinkDrawer, INotifyPropertyChanged, ILinkDrawer
Inheritance
LineLinkDrawer
Implements
Inherited Members
Extension Methods

Constructors

LineLinkDrawer()

public LineLinkDrawer()

Methods

public override Geometry DrawPath(Link link, out Point center)

Parameters

link Link
center Point

Returns

Geometry

GetLineGeometry(double, double, double, double)

protected Geometry GetLineGeometry(double x1, double y1, double x2, double y2)

Parameters

x1 double
y1 double
x2 double
y2 double

Returns

Geometry