public Path AddPath(
Path path,
bool connect
)Public Function AddPath (
path As Path,
connect As Boolean
) As Pathpublic:
Path^ AddPath(
Path^ path,
bool connect
)member AddPath :
path : Path *
connect : bool -> Path The original Path instance remains intact.
The current Transformation is applied to the added figures.
| ArgumentNullException | path is . |