EmfSelectObject Class
Contents
[
Hide
]Summary: The EMR_SELECTOBJECT record adds a graphics object to the current metafile playback device
context. The object is specified either by its index in the EMF Object Table(section 3.1.1.1) or by its
value from the StockObject enumeration(section 2.1.31).
Module: aspose.imaging.fileformats.emf.emf.records
Full Name: aspose.imaging.fileformats.emf.emf.records.EmfSelectObject
Inheritance: EmfRecord
Constructors
Name | Description |
---|---|
EmfSelectObject() | Initializes a new instance of the EmfSelectObject class. |
EmfSelectObject(record) | Initializes a new instance of the EmfSelectObject class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
object_handle | int | r/w | Gets or sets 32-bit unsigned integer that specifies either the index of a graphics object in the EMF Object Table or the index of a stock object from the EmfStockObject enumeration. |
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: EmfSelectObject()
EmfSelectObject()
Initializes a new instance of the EmfSelectObject class.
Constructor: EmfSelectObject(record)
EmfSelectObject(record)
Initializes a new instance of the EmfSelectObject class.
Parameters:
Parameter | Type | Description |
---|---|---|
record | EmfRecord | The record. |
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 |