LineDraw Segment 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 void DrawSegment(
Graphics g,
GraphPane pane,
float x1,
float y1,
float x2,
float y2,
float scaleFactor
)VB
Public Sub DrawSegment (
g As Graphics,
pane As GraphPane,
x1 As Single,
y1 As Single,
x2 As Single,
y2 As Single,
scaleFactor As Single
)