Table of Contents

Class EmfSelectObject

Namespace
Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly
Aspose.Imaging.dll

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).

public sealed class EmfSelectObject : EmfRecord
Inheritance
EmfSelectObject
Inherited Members

Constructors

EmfSelectObject()

Initializes a new instance of the EmfSelectObject class.

public EmfSelectObject()

EmfSelectObject(EmfRecord)

Initializes a new instance of the EmfSelectObject class.

public EmfSelectObject(EmfRecord record)

Parameters

record EmfRecord

The record.

Properties

ObjectHandle

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.

public int ObjectHandle { get; set; }

Property Value

int