void PixelResample(TMtx *Dst, const TMtxRect &ZoomRect, TPixelDownSample mode = TPixelDownSample::pdsPattern) const;
Allows to exactly specify the size of the destination matrix with PixelsHeight and PixelsWidth parameters.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TMtx * | |
| 2 | ZoomRect | const TMtxRect & | |
| 3 | mode = TPixelDownSample::pdsPattern | TPixelDownSample |
Remarks:
The source matrix can be bigger or smaller than the destination.
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler