Class EmfSetStrechBltMode
Class EmfSetStrechBltMode
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.4.0)
The EMR_SETSTRETCHBLTMODE record specifies bitmap stretch mode.
public sealed class EmfSetStrechBltMode : EmfStateRecordType
Inheritance
object ← MetaObject ← EmfRecord ← EmfStateRecordType ← EmfSetStrechBltMode
Inherited Members
EmfRecord.Type , EmfRecord.Size , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfSetStrechBltMode(EmfRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetStrechBltMode class.
public EmfSetStrechBltMode(EmfRecord source)
Parameters
source
EmfRecord
The source.
Properties
StretchMode
Gets or sets a 32-bit unsigned integer that specifies the stretch mode and MAY be in the StretchMode enumeration.
public EmfStretchMode StretchMode { get; set; }