Creates and initalizes Frame class instance with these encoder options.

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

Syntax

Visual Basic

Public Overridable Function ToFrame As Frame

C#

public virtual Frame ToFrame()

Return Value

Frame initialized with parameters of these encoder options.

Remarks

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