Draws a line connecting two Point structures.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Charting
C# Copy Code |
---|
void DrawLine ( |
Visual Basic Copy Code |
---|
Sub DrawLine( _ |
A Pen object that determines the color, width, and style of the line.
A Point structure that represents the first point to connect.
A Point structure that represents the second point to connect.