Path.Union Method

Returns a union of the two specified paths.

Namespace: Aurigma.GraphicsMill.AdvancedDrawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public static Path Union(
	Path path1,
	Path path2
)

Parameters

path1

Type: Aurigma.GraphicsMill.AdvancedDrawing.Path

The first path.
path2

Type: Aurigma.GraphicsMill.AdvancedDrawing.Path

The second path.

Return Value

The path that contains elements included in any of the given paths.

See Also

Reference