Table of Contents

Class WmfPatBlt

Namespace
Aspose.Imaging.FileFormats.Wmf.Objects
Assembly
Aspose.Imaging.dll

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
Inheritance
WmfPatBlt
Inherited Members

Constructors

WmfPatBlt()

public WmfPatBlt()

Properties

Height

Gets or sets the height.

public short Height { get; set; }

Property Value

short

The height, in logical units, of the rectangle.

RasterOperation

Gets or sets the raster operation.

public WmfTernaryRasterOperation RasterOperation { get; set; }

Property Value

WmfTernaryRasterOperation

The raster operation code. This code MUST be one of the values in the Ternary Raster Operation enumeration table.

Width

Gets or sets the width.

public short Width { get; set; }

Property Value

short

The width, in logical units, of the rectangle.