This documentation is for the old version. Go to the latest Graphics Mill docs

FormatWriter.GetEmptyFrame Method

Returns Frame descendant class of the format supported with this writer.

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

Syntax

Visual Basic
Public Overridable Function GetEmptyFrame As IFrame
C#
public virtual IFrame GetEmptyFrame()

Return Value

An object which implements IFrame interface representing the frame of the format supported with this writer.

See Also

Reference