Exemple #1
0
        public void DesignSurface(FormCharacter fc)
        {
            var nvp = StandardPlacementLayoutSpecification.StandardViewPortForCharacter(fc, ScreenForms.Form1_1);

            Width  = nvp.Width;
            Height = nvp.Height;
        }