Path.Path

Path(Shape[])

Initializes a new instance of the Path class.

public Path(Shape[] shapes)
ParameterTypeDescription
shapesShape[]The shape array contains path segments set.

See Also


Path()

Initializes a new instance of the Path class.

public Path()

See Also