EmfDeleteObject Class

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

Aspose.Imaging Version: 24.5.0

Constructors

NameDescription
EmfDeleteObject()Initializes a new instance of the EmfDeleteObject class.
EmfDeleteObject(record)Initializes a new instance of the EmfDeleteObject class.

Properties

NameTypeAccessDescription
object_handleintr/wGets 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.
sizeintr/wGets or sets the size of the record
typeEmfRecordTyper/wGets or sets the type.

Methods

NameDescription
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:

ParameterTypeDescription
recordEmfRecordThe record.

Method: create_from_record(source) [static]

 create_from_record(source) 

Initializes a new instance of the EmfRecord class.

Parameters:

ParameterTypeDescription
sourceEmfRecordThe source.

Returns

TypeDescription
EmfRecord

Method: create_from_type(type) [static]

 create_from_type(type) 

Initializes a new instance of the EmfRecord class.

Parameters:

ParameterTypeDescription
typeEmfRecordTypeThe record type.

Returns

TypeDescription
EmfRecord