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)
Public Sub New ( _ bitmap As Bitmap _ )
public PsdFrame( Bitmap 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.