struct Core::Portable::DrawEvent

#include <coreviewshared.h>

struct DrawEvent
{
    // fields

    Graphics& graphics;
    Rect updateRect;
    Point origin;

    // construction

    DrawEvent(Graphics& graphics, RectRef updateRect, PointRef origin = Point());
    DrawEvent(const DrawEvent& e, RectRef subPart);
};