public final class EmfPlusSetInterpolationMode extends EmfPlusPropertyRecordType
The EmfPlusSetInterpolationMode record specifies how image scaling, including stretching and shrinking, is performed.
Constructor and Description |
---|
EmfPlusSetInterpolationMode(EmfPlusRecord source)
Initializes a new instance of the
EmfPlusSetInterpolationMode class. |
Modifier and Type | Method and Description |
---|---|
byte |
getInterpolationMode()
Gets or sets the interpolation mode value, from the InterpolationMode enumeration (section 2.1.1.16).
|
void |
setInterpolationMode(byte value)
Gets or sets the interpolation mode value, from the InterpolationMode enumeration (section 2.1.1.16).
|
getDataSize, getFlags, getSize, getType, setDataSize, setFlags, setSize
public EmfPlusSetInterpolationMode(EmfPlusRecord source)
Initializes a new instance of the EmfPlusSetInterpolationMode
class.
source
- The source.public byte getInterpolationMode()
Gets or sets the interpolation mode value, from the InterpolationMode enumeration (section 2.1.1.16).
Value: The interpolation mode.public void setInterpolationMode(byte value)
Gets or sets the interpolation mode value, from the InterpolationMode enumeration (section 2.1.1.16).
Value: The interpolation mode.