WmfStretchBlt Class
Contents
[
Hide
]Summary: The META_STRETCHBLT record specifies the transfer of a block of pixels
according to a raster operation, with possible expansion or contraction.
Module: aspose.imaging.fileformats.wmf.objects
Full Name: aspose.imaging.fileformats.wmf.objects.WmfStretchBlt
Inheritance: WmfObject
Constructors
Name | Description |
---|---|
WmfStretchBlt() | Initializes a new instance of the WmfStretchBlt class |
Properties
Name | Type | Access | Description |
---|---|---|---|
bitmap | WmfBitmap16 | r/w | Gets or sets the bitmap. |
dest_height | short | r/w | Gets or sets the height of the dest. |
dest_width | short | r/w | Gets or sets the width of the dest. |
dst_position | Point | r/w | Gets or sets the DST position. |
raster_operation | WmfTernaryRasterOperation | r/w | Gets or sets the raster operation. |
reserved | short | r/w | Gets or sets the reserved. |
src_height | short | r/w | Gets or sets the height of the source. |
src_position | Point | r/w | Gets or sets the source position. |
src_width | short | r/w | Gets or sets the width of the source. |
Constructor: WmfStretchBlt()
WmfStretchBlt()
Initializes a new instance of the WmfStretchBlt class