Consulta i valori di default della finestra grafica
GraphicsWindow.Show() TextWindow.WriteLine(GraphicsWindow.BackgroundColor) TextWindow.WriteLine(GraphicsWindow.BrushColor ) TextWindow.WriteLine(GraphicsWindow.CanResize ) TextWindow.WriteLine(GraphicsWindow.FontBold ) TextWindow.WriteLine(GraphicsWindow.FontItalic ) TextWindow.WriteLine(GraphicsWindow.FontName ) TextWindow.WriteLine(GraphicsWindow.FontSize ) TextWindow.WriteLine(GraphicsWindow.Height ) TextWindow.WriteLine(GraphicsWindow.Left ) TextWindow.WriteLine(GraphicsWindow.MouseX ) TextWindow.WriteLine(GraphicsWindow.MouseY ) TextWindow.WriteLine(GraphicsWindow.PenColor ) TextWindow.WriteLine(GraphicsWindow.PenWidth ) TextWindow.WriteLine(GraphicsWindow.Title ) TextWindow.WriteLine(GraphicsWindow.Top ) TextWindow.WriteLine(GraphicsWindow.Width )
Gestione degli eventi
TextWindow.WriteLine(GraphicsWindow.LastKey ) TextWindow.WriteLine(GraphicsWindow.LastText)