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
object ← MetaObject ← WmfObject ← WmfStretchDib
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
DestHeight
Gets or sets the height of the dest.
public short DestHeight { get; set; }
Property Value
DestWidth
Gets or sets the width of the dest.
public short DestWidth { get; set; }
Property Value
RasterOperation
Gets or sets the raster operation.
public WmfTernaryRasterOperation RasterOperation { get; set; }
Property Value
SourceBitmap
Gets or sets the source bitmap.
public WmfDeviceIndependentBitmap SourceBitmap { get; set; }
Property Value
SrcHeight
Gets or sets the height of the source.
public short SrcHeight { get; set; }
Property Value
SrcWidth
Gets or sets the width of the source.
public short SrcWidth { get; set; }
Property Value
XDest
Gets or sets the x dest.
public short XDest { get; set; }
Property Value
XSrc
Gets or sets the x source.
public short XSrc { get; set; }
Property Value
YDest
Gets or sets the y dest.
public short YDest { get; set; }
Property Value
YSrc
Gets or sets the y source.
public short YSrc { get; set; }