EmfDeleteObject Class
Contents
[
Hide
]Summary: The EMR_DELETEOBJECT record deletes a graphics object, which is specified by its index in the EMF Object Table(section 3.1.1.1).
Module: aspose.imaging.fileformats.emf.emf.records
Full Name: aspose.imaging.fileformats.emf.emf.records.EmfDeleteObject
Inheritance: EmfRecord
Constructors
| Name | Description | 
|---|---|
| EmfDeleteObject() | Initializes a new instance of the EmfDeleteObject class. | 
| EmfDeleteObject(record) | Initializes a new instance of the EmfDeleteObject 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 StockObject 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: EmfDeleteObject()
 EmfDeleteObject() 
Initializes a new instance of the EmfDeleteObject class.
Constructor: EmfDeleteObject(record)
 EmfDeleteObject(record) 
Initializes a new instance of the EmfDeleteObject 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 |