Packages

 

com.aspose.imaging.fileformats.emf.emf.records

Classes

com.aspose.imaging.fileformats.emf.emf.records

Class EmfSetStrechBltMode

  • All Implemented Interfaces:
    com.aspose.imaging_internal.fileformats.emf.IRecord, Cloneable


    public final class EmfSetStrechBltMode
    extends EmfStateRecordType

    The EMR_SETSTRETCHBLTMODE record specifies bitmap stretch mode.

    • Constructor Detail

      • EmfSetStrechBltMode

        public EmfSetStrechBltMode(EmfRecord source)

        Initializes a new instance of the EmfSetStrechBltMode class.

        Parameters:
        source - The source.
    • Method Detail

      • getStretchMode

        public int getStretchMode()

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

      • setStretchMode

        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.