Exemplo n.º 1
0
        public static void ClearDrawing()
        {
            LProcess process = LSystem.screenProcess;

            if (process != null)
            {
                process.RemoveAllDrawing();
            }
        }