Path.Subtract Method

Returns a result of subtraction of the second path from the first path.

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

Syntax

C#
public static Path Subtract(
	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 the first path only.

See Also

Reference