5 lines
67 B
Text
5 lines
67 B
Text
|
|
begin
|
||
|
|
Image.Canvas.MoveTo(0,0);
|
||
|
|
Image.Canvas.LineTo(100,100);
|
||
|
|
end;
|