Table of Contents

Class WmfDibBitBlt

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

The META_DIBBITBLT record specifies the transfer of a block of pixels in device-independent format according to a raster operation.

public class WmfDibBitBlt : WmfObject
Inheritance
WmfDibBitBlt
Inherited Members

Constructors

WmfDibBitBlt()

public WmfDibBitBlt()

Properties

DstPos

Gets or sets the DST position.

public Point DstPos { get; set; }

Property Value

Point

The coordinates, in logical units, of the upper-left corner of the destination rectangle.

Height

Gets or sets the height.

public short Height { get; set; }

Property Value

short

The height, in logical units, of the source and destination rectangles.

RasterOperation

Gets or sets the raster operation.

public WmfTernaryRasterOperation RasterOperation { get; set; }

Property Value

WmfTernaryRasterOperation

The source pixels, the current brush in the playback device context, and the destination pixels are to be combined to form the new image. This code MUST be one of the values in the Ternary Raster Operation Enumeration (section 2.1.1.31).

Reserved

Gets or sets the reserved.

public int Reserved { get; set; }

Property Value

int

The reserved.

Source

Gets or sets the source.

public WmfDeviceIndependentBitmap Source { get; set; }

Property Value

WmfDeviceIndependentBitmap

A variable-sized DeviceIndependentBitmap Object (section 2.2.2.9) that defines image content. This object MUST be specified, even if the raster operation does not require a source.

SrcPos

Gets or sets the source position.

public Point SrcPos { get; set; }

Property Value

Point

The coordinates, in logical units, of the source rectangle.

Width

Gets or sets the width.

public short Width { get; set; }

Property Value

short

The width, in logical units, of the source and destination rectangles.