Creates and initializes a Frame class instance with this encoder options.

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

Syntax

Visual Basic

Public Overrides NotOverridable Function ToFrame As Frame

C#

public override sealed Frame ToFrame()

Return Value

Frame initialized with this encoder options.

Remarks

The frame returned with this method does not contain a bitmap. So before retrieving it into the FormatWriter object, you should pass the necessary bitmap into this frame.