WmfBitBlt Класс
Содержание
[
Скрывать
]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() | Инициализирует новый экземпляр класса WmfBitBlt. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| bitmap | WmfBitmap16 | r/w | Получает или задает bitmap. |
| dest_height | int | r/w | Получает или задает высоту dest. |
| dest_width | int | r/w | Получает или задает ширину dest. |
| dst_position | Point | r/w | Получает или задает DST position. |
| raster_operation | WmfTernaryRasterOperation | r/w | Получает или задает raster operation. |
| зарезервировано | int | r/w | Получает или задает зарезервированное значение. |
| src_height | int | r/w | Получает или задает высоту source. |
| src_position | Point | r/w | Получает или задает source position. |
| src_width | int | r/w | Получает или задает ширину source. |
Constructor: WmfBitBlt()
WmfBitBlt()
Инициализирует новый экземпляр класса WmfBitBlt.