Class EmfPixelFormat
Class EmfPixelFormat
名称: Aspose.Imaging.FileFormats.Emf.Emf.Records アセンション: Aspose.Imaging.dll (25.4.0)
EMR_PIXELFORMAT レコードは、グラフィック作業に使用するピクセル形式を指定します。
public sealed class EmfPixelFormat : EmfStateRecordType
Inheritance
object ← MetaObject ← EmfRecord ← EmfStateRecordType ← EmfPixelFormat
相続人
EmfRecord.Type , EmfRecord.Size , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfPixelFormat(EmfRecord)
Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPixelFormatクラスの新しい例を開始します。
public EmfPixelFormat(EmfRecord source)
Parameters
source
EmfRecord
源泉です。
Properties
Pfd
ピクセル形式のデータを指定する PixelFormatDescriptor オブジェクト (セクション 2.2.22) を取得または設定します。
public EmfPixelFormatDescriptor Pfd { get; set; }