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

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

Syntax

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

Parameters

clippingPath

Type: Aurigma.GraphicsMill.Codecs.ClippingPath.Path

width

Type: System.Int32

height

Type: System.Int32

allowEvenOddRule

Type: System.Boolean

subPathIndex

Type: System.Int32

See Also

Reference