PathStorage

StockSharp.Xaml.Charting.Rendering.HighQualityRasterizer.Agg.VertexSource

实现: IVertexSource, IVertexDest

方法

curve3(double, double, double, double)

Draws a quadratic Bйzier curve from the current point to (x,y) using (xControl,yControl) as the control point.

xControl
yControl
x
y
curve3(double, double)

Draws a quadratic Bйzier curve from the current point to (x,y).The control point is assumed to be the reflection of the control point on the previous command relative to the current point.(If there is no previous command or if the previous command was not a curve, assume the control point is coincident with the current point.)

x
y
curve3_rel(double, double, double, double)

Draws a quadratic Bйzier curve from the current point to (x,y) using (xControl,yControl) as the control point.

curve3_rel(double, double)

Draws a quadratic Bйzier curve from the current point to (x,y).The control point is assumed to be the reflection of the control point on the previous command relative to the current point.(If there is no previous command or if the previous command was not a curve, assume the control point is coincident with the current point.)