Class EmfPixelFormat
Class EmfPixelFormat
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.4.0)
The EMR_PIXELFORMAT record specifies the pixel format to use for graphics operations.
public sealed class EmfPixelFormat : EmfStateRecordType
Inheritance
object ← MetaObject ← EmfRecord ← EmfStateRecordType ← EmfPixelFormat
Inherited Members
EmfRecord.Type , EmfRecord.Size , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfPixelFormat(EmfRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPixelFormat class.
public EmfPixelFormat(EmfRecord source)
Parameters
source
EmfRecord
The source.
Properties
Pfd
Gets or sets a PixelFormatDescriptor object (section 2.2.22) that specifies pixel format data.
public EmfPixelFormatDescriptor Pfd { get; set; }