Class EmfSetStrechBltMode
EmfSetStrechBltMode class
The EMR_SETSTRETCHBLTMODE record specifies bitmap stretch mode.
public sealed class EmfSetStrechBltMode : EmfStateRecordType
Constructors
Name | Description |
---|
EmfSetStrechBltMode(EmfRecord) | Initializes a new instance of the EmfSetStrechBltMode class. |
Properties
Name | Description |
---|
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