WmfSetStretchbltMode

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

ConstructorDescription
WmfSetStretchbltMode()

Methods

MethodDescription
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:

ParameterTypeDescription
valueint

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:

ParameterTypeDescription
valueint