EmfSetPixelV Class
Contents
[
Hide
]Summary: The EMR_SETPIXELV record defines the color of the pixel at the specified logical coordinates.
Module: aspose.imaging.fileformats.emf.emf.records
Full Name: aspose.imaging.fileformats.emf.emf.records.EmfSetPixelV
Inheritance: EmfDrawingRecordType
Constructors
| Name | Description | 
|---|---|
| EmfSetPixelV() | Initializes a new instance of the EmfSetPixelV class. | 
| EmfSetPixelV(source) | Initializes a new instance of the EmfSetPixelV class. | 
Properties
| Name | Type | Access | Description | 
|---|---|---|---|
| argb_32_color | int | r/w | Gets or sets a 32-bit WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the pixel color. | 
| pixel | Point | r/w | 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 | int | r/w | Gets or sets the size of the record | 
| type | EmfRecordType | r/w | Gets or sets the type. | 
Methods
| Name | Description | 
|---|---|
| create_from_record(source) | Initializes a new instance of the EmfRecord class. | 
| create_from_type(type) | Initializes a new instance of the EmfRecord class. | 
Constructor: EmfSetPixelV()
 EmfSetPixelV() 
Initializes a new instance of the EmfSetPixelV class.
Constructor: EmfSetPixelV(source)
 EmfSetPixelV(source) 
Initializes a new instance of the EmfSetPixelV class.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| source | EmfRecord | The source. | 
Method: create_from_record(source) [static]
 create_from_record(source) 
Initializes a new instance of the EmfRecord class.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| source | EmfRecord | The source. | 
Returns
| Type | Description | 
|---|---|
| EmfRecord | 
Method: create_from_type(type) [static]
 create_from_type(type) 
Initializes a new instance of the EmfRecord class.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| type | EmfRecordType | The record type. | 
Returns
| Type | Description | 
|---|---|
| EmfRecord |