
Moderator: Praesidium
Code: Select all
GfxPlane.Init;
Gfx.Init (GfxPlane.contxt);
NEW(buf);
NEW(img);
Images.Create(img, 1000, 1000, Images.BGR888);
GfxBuffer.Init(buf, img);
Gfx.SetFillColor(buf, Gfx.White);
Code: Select all
Gfx.SetStrokeColor(buf, Gfx.White);
Gfx.DrawRect(buf, 0, 0, 1000, 1000, {Gfx.Fill, Gfx.Stroke});
Users browsing this forum: No registered users and 2 guests