LineBuild Points Array 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#
public bool BuildPointsArray(
GraphPane pane,
CurveItem curve,
out PointF[] arrPoints,
out int count
)VB
Public Function BuildPointsArray (
pane As GraphPane,
curve As CurveItem,
<OutAttribute> ByRef arrPoints As PointF(),
<OutAttribute> ByRef count As Integer
) As Boolean