WmfStretchDib Clase
Contenido
[
Ocultar
]Summary: The wmf Stretch DIB objetc.
Module: aspose.imaging.fileformats.wmf.objects
Full Name: aspose.imaging.fileformats.wmf.objects.WmfStretchDib
Inheritance: WmfObject
Constructors
| Name | Descripción |
|---|---|
| WmfStretchDib() | WMFs el registro. |
Properties
| Name | Type | Access | Descripción |
|---|---|---|---|
| color_usage | WmfColorUsageEnum | r/w | Obtiene o establece el uso de color. |
| dest_height | int | r/w | Obtiene o establece la altura del dest. |
| dest_width | int | r/w | Obtiene o establece el ancho del dest. |
| raster_operation | WmfTernaryRasterOperation | r/w | Obtiene o establece la operación raster. |
| source_bitmap | WmfDeviceIndependentBitmap | r/w | Obtiene o establece el mapa de bits de origen. |
| src_height | int | r/w | Obtiene o establece la altura del source. |
| src_width | int | r/w | Obtiene o establece el ancho del source. |
| x_dest | int | r/w | Obtiene o establece la x dest. |
| x_src | int | r/w | Obtiene o establece la x source. |
| y_dest | int | r/w | Obtiene o establece la y dest. |
| y_src | int | r/w | Obtiene o establece la y source. |
Constructor: WmfStretchDib()
WmfStretchDib()
WMFs el registro.