EmfDeleteObject

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

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

Properties

NameDescription
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