EmfPolyTextOutW Class
Contents
[
Hide
]Summary: The EMR_POLYTEXTOUTW record draws one or more Unicode text strings using the current font and text colors.
Module: aspose.imaging.fileformats.emf.emf.records
Full Name: aspose.imaging.fileformats.emf.emf.records.EmfPolyTextOutW
Inheritance: EmfDrawingRecordType
Constructors
Name | Description |
---|---|
EmfPolyTextOutW() | Initializes a new instance of the EmfPolyTextOutW class. |
EmfPolyTextOutW(source) | Initializes a new instance of the EmfPolyTextOutW class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
bounds | Rectangle | r/w | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19), which specifies the bounding rectangle in device units. |
ex_scale | float | r/w | Gets or sets a 32-bit floating-point value that specifies the X scale from page units to .01mm units if graphics mode is GM_COMPATIBLE. |
ey_scale | float | r/w | Gets or sets a 32-bit floating-point value that specifies the Y scale from page units to .01mm units if graphics mode is GM_COMPATIBLE. |
graphics_mode | EmfGraphicsMode | r/w | Gets or sets a 32-bit unsigned integer that specifies the current graphics mode, from the GraphicsMode enumeration (section 2.1.16). |
size | int | r/w | Gets or sets the size of the record |
type | EmfRecordType | r/w | Gets or sets the type. |
w_emr_text | EmfText[] | r/w | Gets or sets an array of EmrText objects (section 2.2.5) that specify the output strings in 16-bit Unicode UTF16-LE characters, with text attributes and spacing values. The number of EmrText objects is specified by cStrings. |
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: EmfPolyTextOutW()
EmfPolyTextOutW()
Initializes a new instance of the EmfPolyTextOutW class.
Constructor: EmfPolyTextOutW(source)
EmfPolyTextOutW(source)
Initializes a new instance of the EmfPolyTextOutW 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 |