Contents
#include <idrawable.h> struct DrawArgs { // fields IGraphics& graphics; RectRef size; const UpdateRgn& updateRgn; // construction DrawArgs (IGraphics& graphics, RectRef size, const UpdateRgn& updateRgn); };