LineInterpolate Point Method
Definition
Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
C#
private void InterpolatePoint(
Graphics g,
GraphPane pane,
CurveItem curve,
PointPair lastPt,
float scaleFactor,
Pen pen,
float lastX,
float lastY,
float tmpX,
float tmpY
)VB
Private Sub InterpolatePoint (
g As Graphics,
pane As GraphPane,
curve As CurveItem,
lastPt As PointPair,
scaleFactor As Single,
pen As Pen,
lastX As Single,
lastY As Single,
tmpX As Single,
tmpY As Single
)