Search
IGraphicsPath.AddPath Method
See Also
 





Appends specified path to this path.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void AddPath (
    IGraphicsPath path,
    bool connect = true
)

Visual Basic  Copy Code

Sub AddPath( _
    path As IGraphicsPath, _
    Optional connect As Boolean = True _
)

 Parameters

path

connect
Optional.

 See Also