Class WmfStretchDib

Class WmfStretchDib

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

The wmf Stretch DIB objetc.

public class WmfStretchDib : WmfObject

Inheritance

objectMetaObjectWmfObjectWmfStretchDib

Inherited Members

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

Constructors

WmfStretchDib()

public WmfStretchDib()

Properties

ColorUsage

Gets or sets the color usage.

public WmfColorUsageEnum ColorUsage { get; set; }

Property Value

WmfColorUsageEnum

DestHeight

Gets or sets the height of the dest.

public short DestHeight { get; set; }

Property Value

short

DestWidth

Gets or sets the width of the dest.

public short DestWidth { get; set; }

Property Value

short

RasterOperation

Gets or sets the raster operation.

public WmfTernaryRasterOperation RasterOperation { get; set; }

Property Value

WmfTernaryRasterOperation

SourceBitmap

Gets or sets the source bitmap.

public WmfDeviceIndependentBitmap SourceBitmap { get; set; }

Property Value

WmfDeviceIndependentBitmap

SrcHeight

Gets or sets the height of the source.

public short SrcHeight { get; set; }

Property Value

short

SrcWidth

Gets or sets the width of the source.

public short SrcWidth { get; set; }

Property Value

short

XDest

Gets or sets the x dest.

public short XDest { get; set; }

Property Value

short

XSrc

Gets or sets the x source.

public short XSrc { get; set; }

Property Value

short

YDest

Gets or sets the y dest.

public short YDest { get; set; }

Property Value

short

YSrc

Gets or sets the y source.

public short YSrc { get; set; }

Property Value

short