Path.Create Method

Creates a new instance of the Path using the specified AdobeResourceBlock.

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

Syntax

C#
public static Path Create(
	AdobeResourceBlock adobeResource
)

Parameters

adobeResource

Type: Aurigma.GraphicsMill.Codecs.AdobeResourceBlock

The AdobeResourceBlock to create a new Path from.

Return Value

The Path class instance.

See Also

Reference