Path.Create Method (Path, Int32, Int32, Boolean)

Creates a path from the specified clipping path with the given parameters.

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

Syntax

C#
public static Path Create(
	Path clippingPath,
	int width,
	int height,
	bool allowEvenOddRule
)

Parameters

clippingPath

Type: Aurigma.GraphicsMill.Codecs.ClippingPath.Path

width

Type: System.Int32

The width of the path.
height

Type: System.Int32

The height of the path.
allowEvenOddRule

Type: System.Boolean

Return Value

A new Path instance.

See Also

Reference