TMtxGridSeries::PixelResample Property

__property bool PixelResample = {read = FPixelResample, write = SetPixelResample};

Reduce the bitmap before drawing.

Read: bool FPixelResample;
Write: void SetPixelResample(const bool Value);
Remarks:

If True, the matrix will be downsampled before converted to bitmap. This can prevent the resize of the bitmap by Windows where image filters are applied before a resize consequently distorting the image. PixelResample

Declared in Dew::Math::Controls::VCL::TMtxGridSeries · Dew.Math.Controls.VCL/MtxVecTee.h · C++Builder only