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

CustomFormatWriter.SaveFrameParameters Method

Extracts the current frame settings before saving the bitmap into the file.

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

Syntax

Visual Basic
Protected Friend Overridable Sub SaveFrameParameters ( _
	frame As Frame _
)
C#
protected internal virtual void SaveFrameParameters(
	Frame frame
)

Parameters

frame

Type: Aurigma.GraphicsMill.Codecs.Frame

Current frame to get settings from.

See Also

Reference