Class EmfDeleteObject
Contents
[
Hide
]EmfDeleteObject class
The EMR_DELETEOBJECT record deletes a graphics object, which is specified by its index in the EMF Object Table(section 3.1.1.1).
public sealed class EmfDeleteObject : EmfRecord
Constructors
| Name | Description |
|---|---|
| EmfDeleteObject() | Initializes a new instance of the EmfDeleteObject class. |
| EmfDeleteObject(EmfRecord) | Initializes a new instance of the EmfDeleteObject class. |
Properties
| Name | Description |
|---|---|
| ObjectHandle { get; set; } | 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 { get; set; } | Gets or sets the size of the record |
| Type { get; set; } | Gets or sets the type. |
See Also
- class EmfRecord
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Records
- assembly Aspose.Imaging