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

FormatWriter.OnBeforeAddFrame Method

Called before the frame is added to the stream.

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

Syntax

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

Parameters

frame

Type: Aurigma.GraphicsMill.Codecs.IFrame

The frame which is being added.

See Also

Reference