Class WmfDibStrechBlt

Class WmfDibStrechBlt

Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (25.2.0)

The META_DIBSTRETCHBLT record specifies the transfer of a block of pixels in device-independent format according to a raster operation, with possible expansion or contraction.

public class WmfDibStrechBlt : WmfObject

Inheritance

objectMetaObjectWmfObjectWmfDibStrechBlt

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

WmfDibStrechBlt()

public WmfDibStrechBlt()

Properties

DestHeight

Gets or sets the height of the dest.

public short DestHeight { get; set; }

Property Value

short

DestWidth

Gets or sets the width of the dest.

public short DestWidth { get; set; }

Property Value

short

RasterOperation

Gets or sets the raster operation.

public WmfTernaryRasterOperation RasterOperation { get; set; }

Property Value

WmfTernaryRasterOperation

SourceBitmap

Gets or sets the source bitmap.

public WmfDeviceIndependentBitmap SourceBitmap { get; set; }

Property Value

WmfDeviceIndependentBitmap

SrcHeight

Gets or sets the height of the source.

public short SrcHeight { get; set; }

Property Value

short

SrcWidth

Gets or sets the width of the source.

public short SrcWidth { get; set; }

Property Value

short

XDest

Gets or sets the x dest.

public short XDest { get; set; }

Property Value

short

XSrc

Gets or sets the x source.

public short XSrc { get; set; }

Property Value

short

YDest

Gets or sets the y dest.

public short YDest { get; set; }

Property Value

short

YSrc

Gets or sets the y source.

public short YSrc { get; set; }

Property Value

short