class CCL::PixelRectF

#include <dpiscale.h>

class PixelRectF: public RectF
{
public:
    // construction

    PixelRectF (RectRef rect, float dpiFactor);
    PixelRectF (RectFRef rect, float dpiFactor);

    // methods

    bool isPixelAligned () const;
};