Appends a series of connected line segments to the end of this IGraphicsPath.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
void AddLines ( |
Visual Basic
Copy Code
|
|---|
Sub AddLines( _ |
A list of Point structures that represents the points that define the line segments to add.
See Also