LineBuild Low 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 BuildLowPointsArray(
GraphPane pane,
CurveItem curve,
out PointF[] arrPoints,
out int count
)VB
Public Function BuildLowPointsArray (
pane As GraphPane,
curve As CurveItem,
<OutAttribute> ByRef arrPoints As PointF(),
<OutAttribute> ByRef count As Integer
) As Boolean