Exemplo n.º 1
0
        public static Bitmap MakeBitmap(int width, int height)
        {
            ImageMethods IM = new ImageMethods();

            return(IM.GetBitmap(width, height));
        }
Exemplo n.º 2
0
        public static Bitmap MakeBitmap(double width, double height)
        {
            ImageMethods IM = new ImageMethods();

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