Class EmfSetPixelV

Class EmfSetPixelV

De naam: Aspose.Imaging.FileFormats.Emf.Emf.Records Verzameling: Aspose.Imaging.dll (25.4.0)

De EMR_SETPIXELV-record bepaalt de kleur van de pixel bij de aangegeven logische coördinaten.

public sealed class EmfSetPixelV : EmfDrawingRecordType

Inheritance

object MetaObject EmfRecord EmfDrawingRecordType EmfSetPixelV

Geëerbiede leden

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

Constructors

EmfSetPixelV(EmfRecord)

Initialiseert een nieuwe instantie van de Aspose.Imaging.FileFormats.Emf.EMF.Records. EmfSetPixelV-klasse.

public EmfSetPixelV(EmfRecord source)

Parameters

source EmfRecord

De bron .

EmfSetPixelV()

Initialiseert een nieuwe instantie van de Aspose.Imaging.FileFormats.Emf.EMF.Records. EmfSetPixelV-klasse.

public EmfSetPixelV()

Properties

Argb32Color

Geeft of instelt een 32-bit WMF ColorRef-object ([MS-WMV] sectie 2.2.2.8) dat de kleur van de pixel specificert.

public int Argb32Color { get; set; }

Eigendomswaarde

int

Pixel

ontvangt of instelt een 64-bit WMF PointL-object ([MS-WMV] sectie 2.2.2.15) dat deLogische coördinaten voor de pixel.

public Point Pixel { get; set; }

Eigendomswaarde

Point

 Nederlands