Class WmfDibBitBlt

Class WmfDibBitBlt

Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (25.2.0)

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

objectMetaObjectWmfObjectWmfDibBitBlt

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

WmfDibBitBlt()

public WmfDibBitBlt()

Properties

DstPos

Gets or sets the DST position.

public Point DstPos { get; set; }

Property Value

Point

Height

Gets or sets the height.

public short Height { get; set; }

Property Value

short

RasterOperation

Gets or sets the raster operation.

public WmfTernaryRasterOperation RasterOperation { get; set; }

Property Value

WmfTernaryRasterOperation

Reserved

Gets or sets the reserved.

public int Reserved { get; set; }

Property Value

int

Source

Gets or sets the source.

public WmfDeviceIndependentBitmap Source { get; set; }

Property Value

WmfDeviceIndependentBitmap

SrcPos

Gets or sets the source position.

public Point SrcPos { get; set; }

Property Value

Point

Width

Gets or sets the width.

public short Width { get; set; }

Property Value

short