コード例 #1
0
        public static void Drawing(Drawable d)
        {
            LProcess process = LSystem.screenProcess;

            if (process != null)
            {
                process.AddDrawing(d);
            }
        }