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

WMFrame Constructor (Bitmap)

Creates and initializes a new WMFrame class instance with an associated bitmap.

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

Syntax

Visual Basic
Public Sub New ( _
	bitmap As Bitmap _
)
C#
public WMFrame(
	Bitmap bitmap
)

Parameters

bitmap

Type: Aurigma.GraphicsMill.Bitmap

The Bitmap class instance which should be associated with this frame. To put another bitmap into frame, use the SetBitmap(Bitmap) method.

See Also

Reference