Class EmfSetPixelV

Class EmfSetPixelV

Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)

The EMR_SETPIXELV record defines the color of the pixel at the specified logical coordinates.

public sealed class EmfSetPixelV : EmfDrawingRecordType

Inheritance

objectMetaObjectEmfRecordEmfDrawingRecordTypeEmfSetPixelV

Inherited Members

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

Constructors

EmfSetPixelV(EmfRecord)

Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetPixelV class.

public EmfSetPixelV(EmfRecord source)

Parameters

source EmfRecord

The source.

EmfSetPixelV()

Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetPixelV class.

public EmfSetPixelV()

Properties

Argb32Color

Gets or sets a 32-bit WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the pixel color.

public int Argb32Color { get; set; }

Property Value

int

Pixel

Gets or sets a 64-bit WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the logical coordinates for the pixel.

public Point Pixel { get; set; }

Property Value

Point