PsdFrameExtensions.ToGraphicsContainer Method (PsdSmartFrame, Pipeline, ResizeMode, InterpolationMode)

Converts a PSD smart frame to a graphics container.

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

Syntax

C#
public static GraphicsContainer ToGraphicsContainer(
	this PsdSmartFrame smartFrame,
	Pipeline content,
	ResizeMode resizeMode,
	InterpolationMode interpolationMode
)

Parameters

smartFrame

Type: Aurigma.GraphicsMill.Codecs.Psd.PsdSmartFrame

content

Type: Aurigma.GraphicsMill.Pipeline

resizeMode

Type: Aurigma.GraphicsMill.Transforms.ResizeMode

The resize mode.
interpolationMode

Type: Aurigma.GraphicsMill.Transforms.InterpolationMode

The interpolation mode.

Return Value

A GraphicsContainer instance.

See Also

Reference