AdobeResourceBlock.CreatePath Method

Creates an AdobeResources path.

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

Syntax

C#
public static byte[] CreatePath(
	Path path,
	int width,
	int height
)

Parameters

path

Type: Aurigma.GraphicsMill.AdvancedDrawing.Path

A Path for this image.
width

Type: System.Int32

The image width.
height

Type: System.Int32

The image height.

Return Value

An array of bytes representing this Path.

See Also

Reference