Esempio n. 1
0
        public void Recalculate()
        {
            BackgroundLayer.Recalculate();
            SeaBottomLayer.Recalculate();
            SeaSurfaceLayer.Recalculate();
            AnimationLayer.Recalculate();

            Form.DoUpdate();
        }