public final class EmfSelectObject extends EmfRecord
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).
Constructor and Description |
---|
EmfSelectObject()
Initializes a new instance of the
EmfSelectObject class. |
EmfSelectObject(EmfRecord record)
Initializes a new instance of the
EmfSelectObject class. |
Modifier and Type | Method and Description |
---|---|
int |
getObjectHandle()
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
Consts.EmfStockObject enumeration. |
void |
setObjectHandle(int value)
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
Consts.EmfStockObject enumeration. |
public EmfSelectObject(EmfRecord record)
Initializes a new instance of the EmfSelectObject
class.
record
- The record.public EmfSelectObject()
Initializes a new instance of the EmfSelectObject
class.
public int getObjectHandle()
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 Consts.EmfStockObject
enumeration.
public void setObjectHandle(int value)
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 Consts.EmfStockObject
enumeration.
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.