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

PsdFrame Constructor (Bitmap)

Creates and initializes new PsdFrame class instance. You can associate a bitmap with this frame here.

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

Syntax

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

Parameters

bitmap

Type: Aurigma.GraphicsMill.Bitmap

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

See Also

Reference