pascalabcnet/_Presentations/2015 New Features/Programs/19_Gra2.pas

5 lines
53 B
ObjectPascal
Raw Permalink Normal View History

2015-05-14 22:35:07 +03:00
uses GraphABC;
begin
Draw('Dog.png',0,0,0.5);
end.