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

SwfEncoderOptions.ToFrame Method

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 Overrides NotOverridable Function ToFrame As Frame
C#
public override sealed 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.

See Also

Reference