WmfDibStrechBlt Class

Summary: 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.

Module: aspose.imaging.fileformats.wmf.objects

Full Name: aspose.imaging.fileformats.wmf.objects.WmfDibStrechBlt

Inheritance: WmfObject

Aspose.Imaging Version: 24.6.0

Constructors

NameDescription
WmfDibStrechBlt()WMFs the record.

Properties

NameTypeAccessDescription
dest_heightshortr/wGets or sets the height of the dest.
dest_widthshortr/wGets or sets the width of the dest.
raster_operationWmfTernaryRasterOperationr/wGets or sets the raster operation.
source_bitmapWmfDeviceIndependentBitmapr/wGets or sets the source bitmap.
src_heightshortr/wGets or sets the height of the source.
src_widthshortr/wGets or sets the width of the source.
x_destshortr/wGets or sets the x dest.
x_srcshortr/wGets or sets the x source.
y_destshortr/wGets or sets the y dest.
y_srcshortr/wGets or sets the y source.

Constructor: WmfDibStrechBlt()

 WmfDibStrechBlt() 

WMFs the record.