Adds a new Path to the path.
Namespace:
Aurigma.GraphicsMill.AdvancedDrawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void DrawPath( Path path )
Type: Aurigma.GraphicsMill.AdvancedDrawing.Path
A Path to add.var path = new Path(); path.DrawPath(existedPath);