WmfStretchDib Class
Contents
[
Hide
]Summary: The wmf Stretch DIB objetc.
Module: aspose.imaging.fileformats.wmf.objects
Full Name: aspose.imaging.fileformats.wmf.objects.WmfStretchDib
Inheritance: WmfObject
Constructors
Name | Description |
---|---|
WmfStretchDib() | WMFs the record. |
Properties
Name | Type | Access | Description |
---|---|---|---|
color_usage | WmfColorUsageEnum | r/w | Gets or sets the color usage. |
dest_height | short | r/w | Gets or sets the height of the dest. |
dest_width | short | r/w | Gets or sets the width of the dest. |
raster_operation | WmfTernaryRasterOperation | r/w | Gets or sets the raster operation. |
source_bitmap | WmfDeviceIndependentBitmap | r/w | Gets or sets the source bitmap. |
src_height | short | r/w | Gets or sets the height of the source. |
src_width | short | r/w | Gets or sets the width of the source. |
x_dest | short | r/w | Gets or sets the x dest. |
x_src | short | r/w | Gets or sets the x source. |
y_dest | short | r/w | Gets or sets the y dest. |
y_src | short | r/w | Gets or sets the y source. |
Constructor: WmfStretchDib()
WmfStretchDib()
WMFs the record.