Class WmfPatBlt
WmfPatBlt class
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.
public class WmfPatBlt : WmfPointObject
Constructors
Name | Description |
---|
WmfPatBlt() | The default constructor. |
Properties
Name | Description |
---|
Height { get; set; } | Gets or sets the height. |
Point { get; set; } | Gets or sets the point. |
RasterOperation { get; set; } | Gets or sets the raster operation. |
Width { get; set; } | Gets or sets the width. |
See Also