Class EmfSetPixelV
Contents
[
Hide
]EmfSetPixelV class
The EMR_SETPIXELV record defines the color of the pixel at the specified logical coordinates.
public sealed class EmfSetPixelV : EmfDrawingRecordType
Constructors
Name | Description |
---|---|
EmfSetPixelV() | Initializes a new instance of the EmfSetPixelV class. |
EmfSetPixelV(EmfRecord) | Initializes a new instance of the EmfSetPixelV class. |
Properties
Name | Description |
---|---|
Argb32Color { get; set; } | Gets or sets a 32-bit WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the pixel color. |
Pixel { get; set; } | Gets or sets a 64-bit WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the logical coordinates for the pixel. |
Size { get; set; } | Gets or sets the size of the record |
Type { get; set; } | Gets or sets the type. |
See Also
- class EmfDrawingRecordType
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Records
- assembly Aspose.Imaging