Table of Contents

Class LineBase

Namespace
HeBianGu.Control.Chart2D
Assembly
HeBianGu.Control.Chart2D.dll
public class LineBase : Layer, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IDraw
Inheritance
LineBase
Implements
Derived
Inherited Members
Extension Methods

Fields

AlignmentCenterProperty

public static readonly DependencyProperty AlignmentCenterProperty

Field Value

DependencyProperty

ThinningTypeProperty

public static readonly DependencyProperty ThinningTypeProperty

Field Value

DependencyProperty

ThresholdProperty

public static readonly DependencyProperty ThresholdProperty

Field Value

DependencyProperty

Properties

AlignmentCenter

public bool AlignmentCenter { get; set; }

Property Value

bool

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

ThinningType

public ThinningType ThinningType { get; set; }

Property Value

ThinningType

Threshold

public int Threshold { get; set; }

Property Value

int

Methods

Draw(Canvas)

public override void Draw(Canvas canvas)

Parameters

canvas Canvas

GetBezierSegment(Point, Point, Point, Point)

获得贝塞尔曲线

protected BezierSegment GetBezierSegment(Point currentPt, Point lastPt, Point nextPt1, Point nextPt2)

Parameters

currentPt Point

当前点

lastPt Point

上一个点

nextPt1 Point

下一个点1

nextPt2 Point

下一个点2

Returns

BezierSegment

InitX()

protected override void InitX()