PsdFrameExtensions.ToGraphicsContainer Method (PsdFrame, FontRegistry)

Converts the PsdFrame to GraphicsContainer using the given FontRegistry.

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

Syntax

C#
public static GraphicsContainer ToGraphicsContainer(
	this PsdFrame frame,
	FontRegistry fontRegistry
)

Return Value

The GraphicsContainer.

See Also

Reference