vcl-cxcustomcanvas-21996462.md
Enumerates image stretch quality levels for bitmap draw routines.
TcxCanvasImageStretchQuality = (
isqStandard,
isqHigh
);
| Name |
|---|
isqStandard |
isqHigh |
Options include:
| Value | Description |
|---|---|
| isqStandard | The default mode biased towards draw performance. If a source bitmap does not match a destination area of a canvas in size, bitmap draw routines employ only the nearest neighbor pixel color interpolation algorithm that an operating system provides. |
| isqHigh | The high quality bitmap draw mode. Bitmap draw routines combine pixel alpha blending with bicubic color interpolation to smooth a stretched or shrunk bitmap that does not match a destination area. |
The TcxCustomCanvas.ImageStretchQuality property references the TcxCanvasImageStretchQuality type.
See Also