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

CustomFormatReader.SetLoadedBitmap Method

Set the bitmap for the current frame.

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

Syntax

Visual Basic
Protected Friend Sub SetLoadedBitmap ( _
	bitmap As Bitmap _
)
C#
protected internal void SetLoadedBitmap(
	Bitmap bitmap
)

Parameters

bitmap

Type: Aurigma.GraphicsMill.Bitmap

Bitmap class instance that represents the image which should be set for the current frame.

See Also

Reference