PathAddPath Method
Adds the figures of another
Path instance to this
Path.
Namespace: KGySoft.Drawing.ShapesAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public Path AddPath(
Path path,
bool connect
)
Public Function AddPath (
path As Path,
connect As Boolean
) As Path
public:
Path^ AddPath(
Path^ path,
bool connect
)
member AddPath :
path : Path *
connect : bool -> Path
- path Path
- The Path instance to add to this Path.
- connect Boolean
- to connect the last figure of this Path to the first figure of the added path; otherwise, .
If the last figure of this Path is closed or empty, this parameter is ignored.
PathThis
Path instance.
The original Path instance remains intact.
The current Transformation is applied to the added figures.