EmfSetStrechBltMode

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.records.EmfRecord, com.aspose.imaging.fileformats.emf.emf.records.EmfStateRecordType

public final class EmfSetStrechBltMode extends EmfStateRecordType

The EMR_SETSTRETCHBLTMODE record specifies bitmap stretch mode.

Constructors

ConstructorDescription
EmfSetStrechBltMode(EmfRecord source)Initializes a new instance of the EmfSetStrechBltMode class.

Methods

MethodDescription
getStretchMode()Gets or sets a 32-bit unsigned integer that specifies the stretch mode and MAY be in the StretchMode enumeration.
setStretchMode(int value)Gets or sets a 32-bit unsigned integer that specifies the stretch mode and MAY be in the StretchMode enumeration.

EmfSetStrechBltMode(EmfRecord source)

public EmfSetStrechBltMode(EmfRecord source)

Initializes a new instance of the EmfSetStrechBltMode class.

Parameters:

ParameterTypeDescription
sourceEmfRecordThe source.

getStretchMode()

public int getStretchMode()

Gets or sets a 32-bit unsigned integer that specifies the stretch mode and MAY be in the StretchMode enumeration.

Returns: int

setStretchMode(int value)

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.

Parameters:

ParameterTypeDescription
valueint