Table of Contents

Class BrokenLinkDrawer

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

Constructors

BrokenLinkDrawer()

public BrokenLinkDrawer()

Properties

InnerSpan

[Display(Name = "内部间隔", GroupName = "折线信息", Order = 0)]
public int InnerSpan { get; set; }

Property Value

int

Methods

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

Parameters

link Link
center Point

Returns

Geometry

GetBrokenGeometry(Point[])

public Geometry GetBrokenGeometry(Point[] points)

Parameters

points Point[]

Returns

Geometry