WmfDibBitBlt Class
Contents
[
Hide
]Summary: The META_DIBBITBLT record specifies the transfer of a block of pixels in
device-independent format according to a raster operation.
Module: aspose.imaging.fileformats.wmf.objects
Full Name: aspose.imaging.fileformats.wmf.objects.WmfDibBitBlt
Inheritance: WmfObject
Constructors
| Name | Description |
|---|---|
| WmfDibBitBlt() | Initializes a new instance of the WmfDibBitBlt class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| dst_pos | Point | r/w | Gets or sets the DST position. |
| height | int | r/w | Gets or sets the height. |
| raster_operation | WmfTernaryRasterOperation | r/w | Gets or sets the raster operation. |
| reserved | int | r/w | Gets or sets the reserved. |
| source | WmfDeviceIndependentBitmap | r/w | Gets or sets the source. |
| src_pos | Point | r/w | Gets or sets the source position. |
| width | int | r/w | Gets or sets the width. |
Constructor: WmfDibBitBlt()
WmfDibBitBlt()
Initializes a new instance of the WmfDibBitBlt class