Appends a line segment to this IGraphicsPath.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
void AddLine ( |
Visual Basic
Copy Code
|
|---|
Sub AddLine( _ |
A Point that represents the starting point of the line.
A Point that represents the endpoint of the line.
See Also