EmfPlusSetInterpolationMode
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emfplus.records.EmfPlusRecord, com.aspose.imaging.fileformats.emf.emfplus.records.EmfPlusPropertyRecordType
public final class EmfPlusSetInterpolationMode extends EmfPlusPropertyRecordType
The EmfPlusSetInterpolationMode record specifies how image scaling, including stretching and shrinking, is performed.
Constructors
| Constructor | Description |
|---|---|
| EmfPlusSetInterpolationMode(EmfPlusRecord source) | Initializes a new instance of the EmfPlusSetInterpolationMode class. |
Methods
| Method | Description |
|---|---|
| getInterpolationMode() | Gets or sets the interpolation mode value, from the InterpolationMode enumeration (section 2.1.1.16). |
| setInterpolationMode(byte value) | Gets or sets the interpolation mode value, from the InterpolationMode enumeration (section 2.1.1.16). |
EmfPlusSetInterpolationMode(EmfPlusRecord source)
public EmfPlusSetInterpolationMode(EmfPlusRecord source)
Initializes a new instance of the EmfPlusSetInterpolationMode class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| source | EmfPlusRecord | The source. |
getInterpolationMode()
public byte getInterpolationMode()
Gets or sets the interpolation mode value, from the InterpolationMode enumeration (section 2.1.1.16).
Value: The interpolation mode.
Returns: byte
setInterpolationMode(byte value)
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.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | byte |