Class WmfSetDibToDev

Class WmfSetDibToDev

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

The META_SETDIBTODEV record sets a block of pixels in the playback device context using device-independent color data. The source of the color data is a DIB.

public class WmfSetDibToDev : WmfObject

Inheritance

objectMetaObjectWmfObjectWmfSetDibToDev

Inherited Members

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

Constructors

WmfSetDibToDev()

public WmfSetDibToDev()

Properties

ColorUsage

Gets or sets the color usage.

public WmfColorUsageEnum ColorUsage { get; set; }

Property Value

WmfColorUsageEnum

DestPos

Gets or sets the dest position.

public Point DestPos { get; set; }

Property Value

Point

Dib

Gets or sets the dib.

public WmfDeviceIndependentBitmap Dib { get; set; }

Property Value

WmfDeviceIndependentBitmap

DibPos

Gets or sets the dib position.

public Point DibPos { get; set; }

Property Value

Point

Height

Gets or sets the height.

public int Height { get; set; }

Property Value

int

ScanCount

Gets or sets the scan count.

public int ScanCount { get; set; }

Property Value

int

StartScan

Gets or sets the start scan.

public int StartScan { get; set; }

Property Value

int

Width

Gets or sets the width.

public int Width { get; set; }

Property Value

int