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
object ← MetaObject ← WmfObject ← WmfSetDibToDev
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
DestPos
Gets or sets the dest position.
public Point DestPos { get; set; }
Property Value
Dib
Gets or sets the dib.
public WmfDeviceIndependentBitmap Dib { get; set; }
Property Value
DibPos
Gets or sets the dib position.
public Point DibPos { get; set; }
Property Value
Height
Gets or sets the height.
public int Height { get; set; }
Property Value
ScanCount
Gets or sets the scan count.
public int ScanCount { get; set; }
Property Value
StartScan
Gets or sets the start scan.
public int StartScan { get; set; }
Property Value
Width
Gets or sets the width.
public int Width { get; set; }