WmfBitBlt Class
Contents
[
Hide
]Summary: The META_BITBLT record specifies the transfer of a block of pixels
according to a raster operation. The destination of the transfer is the
current output region in the playback device context.
Module: aspose.imaging.fileformats.wmf.objects
Full Name: aspose.imaging.fileformats.wmf.objects.WmfBitBlt
Inheritance: WmfStretchBlt
Constructors
Name | Description |
---|---|
WmfBitBlt() | Initializes a new instance of the WmfBitBlt 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: WmfBitBlt()
WmfBitBlt()
Initializes a new instance of the WmfBitBlt class