PsdFrameExtensions.ToGraphicsContainer Method (PsdFrame, Pipeline, ResizeMode)

Converts the PsdFrame to GraphicsContainer using the given Pipeline and ResizeMode.

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

Syntax

C#
public static GraphicsContainer ToGraphicsContainer(
	this PsdFrame frame,
	Pipeline image,
	ResizeMode fillMode
)

Return Value

The GraphicsContainer.

See Also

Reference