WmfPatBlt Class
Contents
[
Hide
]Summary: The META_PATBLT record paints a specified rectangle using the brush that
is defined in the playback device context. The brush color and the
surface color or colors are combined using the specified raster
operation.
Module: aspose.imaging.fileformats.wmf.objects
Full Name: aspose.imaging.fileformats.wmf.objects.WmfPatBlt
Inheritance: WmfPointObject
Constructors
| Name | Description |
|---|---|
| WmfPatBlt() | Initializes a new instance of the WmfPatBlt class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| height | int | r/w | Gets or sets the height. |
| point | Point | r/w | Gets or sets the point. |
| raster_operation | WmfTernaryRasterOperation | r/w | Gets or sets the raster operation. |
| width | int | r/w | Gets or sets the width. |
Constructor: WmfPatBlt()
WmfPatBlt()
Initializes a new instance of the WmfPatBlt class