Table of Contents

Class EmfSetPixelV

Namespace
Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly
Aspose.Imaging.dll

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

public sealed class EmfSetPixelV : EmfDrawingRecordType
Inheritance
EmfSetPixelV
Inherited Members

Constructors

EmfSetPixelV()

Initializes a new instance of the EmfSetPixelV class.

public EmfSetPixelV()

EmfSetPixelV(EmfRecord)

Initializes a new instance of the EmfSetPixelV class.

public EmfSetPixelV(EmfRecord source)

Parameters

source EmfRecord

The source.

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