WmfSetStretchbltMode
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject
public class WmfSetStretchbltMode extends WmfObject
The META_SETSTRETCHBLTMODE record defines the bitmap stretching mode in the playback device context.
Constructors
Constructor | Description |
---|---|
WmfSetStretchbltMode() |
Methods
Method | Description |
---|---|
getStretchMode() | Gets or sets the stretch mode. |
setStretchMode(int value) | Gets or sets the stretch mode. |
getReserved() | Gets or sets the reserved. |
setReserved(int value) | Gets or sets the reserved. |
WmfSetStretchbltMode()
public WmfSetStretchbltMode()
getStretchMode()
public int getStretchMode()
Gets or sets the stretch mode.
Value: The bitmap stretching mode.
Returns: int
setStretchMode(int value)
public void setStretchMode(int value)
Gets or sets the stretch mode.
Value: The bitmap stretching mode.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getReserved()
public int getReserved()
Gets or sets the reserved.
Value: The reserved.
Returns: int
setReserved(int value)
public void setReserved(int value)
Gets or sets the reserved.
Value: The reserved.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |