Consulta i valori di default della finestra grafica
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
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
1 2 |
TextWindow.WriteLine(GraphicsWindow.LastKey ) TextWindow.WriteLine(GraphicsWindow.LastText) |