Class EmfSetPixelV

Class EmfSetPixelV

Nama dari : Aspose.Imaging.FileFormats.Emf.Emf.Records Pengumpulan: Aspose.Imaging.dll (25.4.0)

Rekaman EMR_SETPIXELV mendefinisikan warna piksel pada koordinat logis yang ditentukan.

public sealed class EmfSetPixelV : EmfDrawingRecordType

Inheritance

object MetaObject EmfRecord EmfDrawingRecordType EmfSetPixelV

anggota yang diwarisi

EmfRecord.Type , EmfRecord.Size , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

Perbedaan PixelV(EmfRecord)

Initifikasi contoh baru dari Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetPixelV kelas.

public EmfSetPixelV(EmfRecord source)

Parameters

source EmfRecord

dan sumbernya.

Perbedaan PixelV()

Initifikasi contoh baru dari Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetPixelV kelas.

public EmfSetPixelV()

Properties

Argb32Color

Dapatkan atau menetapkan objek WMF ColorRef 32-bit ([MS-WMF] bagian 2.2.2.8) yang menentukan warna piksel.

public int Argb32Color { get; set; }

Nilai Properti

int

Pixel

Dapatkan atau menetapkan objek WMF PointL 64-bit ([MS-WMF] bagian 2.2.2.15) yang menentukankoordinat logis untuk pixel.

public Point Pixel { get; set; }

Nilai Properti

Point

 Indonesia