class CCL::PixelRect

#include <dpiscale.h>

class PixelRect: public Rect
{
public:
    // construction

    PixelRect (
        RectRef rect,
        float dpiFactor,
        DpiScale::RectScalingMode mode = DpiScale::kScaleRectArea
    );
};