EmfSetStrechBltMode
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.records.EmfRecord, com.aspose.imaging.fileformats.emf.emf.records.EmfStateRecordType
public final class EmfSetStrechBltMode extends EmfStateRecordType
The EMR_SETSTRETCHBLTMODE record specifies bitmap stretch mode.
Constructors
| Constructor | Description |
|---|---|
| EmfSetStrechBltMode(EmfRecord source) | Initializes a new instance of the EmfSetStrechBltMode class. |
Methods
| Method | Description |
|---|---|
| getStretchMode() | Gets or sets a 32-bit unsigned integer that specifies the stretch mode and MAY be in the StretchMode enumeration. |
| setStretchMode(int value) | Gets or sets a 32-bit unsigned integer that specifies the stretch mode and MAY be in the StretchMode enumeration. |
EmfSetStrechBltMode(EmfRecord source)
public EmfSetStrechBltMode(EmfRecord source)
Initializes a new instance of the EmfSetStrechBltMode class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| source | EmfRecord | The source. |
getStretchMode()
public int getStretchMode()
Gets or sets a 32-bit unsigned integer that specifies the stretch mode and MAY be in the StretchMode enumeration.
Returns: int
setStretchMode(int value)
public void setStretchMode(int value)
Gets or sets a 32-bit unsigned integer that specifies the stretch mode and MAY be in the StretchMode enumeration.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |