int test::Runn(bool appmodal) { Picture pic; Image m = IMAGECLASS::Get("i"); DrawingDraw iw(m.GetSize()); iw.DrawImage(0, 0, m); Drawing dr = iw; pic = dr; this->Add(pic);
Report message to a moderator