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 | int | r/w | Gets or sets the height of the dest. |
| dest_width | int | 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 | int | r/w | Gets or sets the height of the source. |
| src_width | int | r/w | Gets or sets the width of the source. |
| x_dest | int | r/w | Gets or sets the x dest. |
| x_src | int | r/w | Gets or sets the x source. |
| y_dest | int | r/w | Gets or sets the y dest. |
| y_src | int | r/w | Gets or sets the y source. |
Constructor: WmfStretchDib()
WmfStretchDib()
WMFs the record.