Class WmfSetStretchbltMode
Class WmfSetStretchbltMode
Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (25.2.0)
The META_SETSTRETCHBLTMODE record defines the bitmap stretching mode in the playback device context.
public class WmfSetStretchbltMode : WmfObject
Inheritance
object ← MetaObject ← WmfObject ← WmfSetStretchbltMode
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
WmfSetStretchbltMode()
public WmfSetStretchbltMode()
Properties
Reserved
Gets or sets the reserved.
public int Reserved { get; set; }
Property Value
StretchMode
Gets or sets the stretch mode.
public StretchMode StretchMode { get; set; }