Creates and initializes a new QTFrame class instance with an associated bitmap.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.MediaProcessor (in Aurigma.GraphicsMill.Codecs.MediaProcessor.dll)
Public Sub New ( _ bitmap As Bitmap _ )
public QTFrame( Bitmap 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.