EmfSetStrechBltMode

EmfSetStrechBltMode class

The EMR_SETSTRETCHBLTMODE record specifies bitmap stretch mode.

public sealed class EmfSetStrechBltMode : EmfStateRecordType

Constructors

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

Properties

NameDescription
Size { get; set; }Gets or sets the size of the record
StretchMode { get; set; }Gets or sets a 32-bit unsigned integer that specifies the stretch mode and MAY be in the StretchMode enumeration.
Type { get; set; }Gets or sets the type.

See Also