public final class EmfSetStrechBltMode extends EmfStateRecordType
The EMR_SETSTRETCHBLTMODE record specifies bitmap stretch mode.
Constructor and Description |
---|
EmfSetStrechBltMode(EmfRecord source)
Initializes a new instance of the
EmfSetStrechBltMode class. |
Modifier and Type | Method and Description |
---|---|
int |
getStretchMode()
Gets or sets a 32-bit unsigned integer that specifies the stretch mode and MAY be
in the StretchMode enumeration.
|
void |
setStretchMode(int value)
Gets or sets a 32-bit unsigned integer that specifies the stretch mode and MAY be
in the StretchMode enumeration.
|
public EmfSetStrechBltMode(EmfRecord source)
Initializes a new instance of the EmfSetStrechBltMode
class.
source
- The source.public int getStretchMode()
Gets or sets a 32-bit unsigned integer that specifies the stretch mode and MAY be in the StretchMode enumeration.
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.