Creates and initializes new BmpFrame class instance. You can set bitmap and compression type here.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ bitmap As Bitmap, _ compression As CompressionType _ )
public BmpFrame( Bitmap bitmap, CompressionType compression )
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.Type: Aurigma.GraphicsMill.Codecs.CompressionType
Value that specifies necessary BMP compression type. You can change it later using Compression property.