Class EmfSetStrechBltMode
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
EmfRecordThe 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; }