Пример #1
0
        public static Metafile MakeMetafile(int width, int height)
        {
            ImageMethods IM = new ImageMethods();

            return(IM.GetMetafile(width, height));
        }
Пример #2
0
        public static Metafile MakeMetafile(double width, double height)
        {
            ImageMethods IM = new ImageMethods();

            return(IM.GetMetafile(width, height));
        }