EmfSetDiBitsToDevice Class
Contents
[
Hide
]Summary: The EMR_SETDIBITSTODEVICE record specifies a block transfer of pixels from specified scan lines of
a source bitmap to a destination rectangle.
Module: aspose.imaging.fileformats.emf.emf.records
Full Name: aspose.imaging.fileformats.emf.emf.records.EmfSetDiBitsToDevice
Inheritance: EmfBitmapRecordType
Constructors
Name | Description |
---|---|
EmfSetDiBitsToDevice(source) | Initializes a new instance of the EmfSetDiBitsToDevice class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
bounds | Rectangle | r/w | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the destination bounding rectangle in device units. |
c_scans | int | r/w | Gets or sets a 32-bit unsigned integer that specifies the number of scan lines. |
cx_src | int | r/w | Gets or sets a 32-bit signed integer that specifies the width in pixels of the source rectangle. |
cy_src | int | r/w | Gets or sets a 32-bit signed integer that specifies the height in pixels of the source rectangle |
size | int | r/w | Gets or sets the size of the record |
source_bitmap | WmfDeviceIndependentBitmap | r/w | Gets or sets a buffer containing the source bitmap, which is not required to be contiguous with the fixed portion of the EMR_SETDIBITSTODEVICE record. Accordingly, fields in this buffer that are labeled “UndefinedSpace” are optional and MUST be ignored. |
start_scan | int | r/w | Gets or sets a 32-bit unsigned integer that specifies the first scan line in the array. |
type | EmfRecordType | r/w | Gets or sets the type. |
usage_src | EmfDibColors | r/w | Gets or sets a 32-bit unsigned integer that specifies how to interpret values in the color table in the source bitmap header. This value MUST be in the DIBColors enumeration (section 2.1.9). |
x_dest | int | r/w | Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the destination rectangle. |
x_src | int | r/w | Gets or sets a 32-bit signed integer that specifies the x-coordinate in pixels of the lower-left corner of the source rectangle. |
y_dest | int | r/w | Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the destination rectangle. |
y_src | int | r/w | Gets or sets a 32-bit signed integer that specifies the y-coordinate in pixels of the lower-left corner of the source rectangle. |
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: EmfSetDiBitsToDevice(source)
EmfSetDiBitsToDevice(source)
Initializes a new instance of the EmfSetDiBitsToDevice 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 |