См. определение в файле Canvas.c строка 67
68 {
70
71 string line = "";
73 for(int i = y_lines; i >= 0; i--)
74 {
75 line = "";
77 {
79 {
80 line += "X";
81 }
82 else
83 {
84 line += " ";
85 }
86 }
88 }
89 }
ref array< ref array< PIXEL > > m_Pixels
proto FileHandle OpenFile(string name, FileMode mode)
Opens File.
proto void FPrintln(FileHandle file, void var)
Write to file and add new line.
Перекрестные ссылки FPrintln(), m_Pixels, m_SizeX, m_SizeY и OpenFile().