Table of Contents

Class EmfSetStrechBltMode

Namespace
Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly
Aspose.Imaging.dll

The EMR_SETSTRETCHBLTMODE record specifies bitmap stretch mode.

public sealed class EmfSetStrechBltMode : EmfStateRecordType
Inheritance
EmfSetStrechBltMode
Inherited Members

Constructors

EmfSetStrechBltMode(EmfRecord)

Initializes a new instance of the 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; }

Property Value

EmfStretchMode