Path.CreateGraphicsPath Method

Creates a System.Drawing.Drawing2D.GraphicsPath from this clipping path using the destination width and height.

Namespace: Aurigma.GraphicsMill.Codecs.ClippingPath
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public GraphicsPath CreateGraphicsPath(
	int width,
	int height
)

Parameters

width

Type: System.Int32

The destination width.
height

Type: System.Int32

The destination height.

Return Value

A GraphicsPath representing this clipping path.

See Also

Reference