Class EmfBitmapRecordType
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)
The bitmap record types perform block transfers of bitmap images.
public abstract class EmfBitmapRecordType : EmfRecord
Inheritance
object ← MetaObject ← EmfRecord ← EmfBitmapRecordType
Derived
EmfAlphaBlend, EmfBitBlt, EmfMaskBlt, EmfPlgBlt, EmfSetDiBitsToDevice, EmfStretchBlt, EmfStretchDiBits, EmfTransparentBlt
Inherited Members
EmfRecord.Type, EmfRecord.Size, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
EmfBitmapRecordType(EmfRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfBitmapRecordType class.
protected EmfBitmapRecordType(EmfRecord source)
Parameters
source
EmfRecord
The source.
EmfBitmapRecordType(EmfRecordType)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfBitmapRecordType class.
protected EmfBitmapRecordType(EmfRecordType type)
Parameters
type
EmfRecordType
The record type.