예제 #1
0
 public IPicture ProduceNewPicture(System.Drawing.Image image)
 {
     GDIPlusPicture picture = new GDIPlusPicture(image);
     return picture;
 }
        public IPicture ProduceNewPicture(System.Drawing.Image image)
        {
            GDIPlusPicture picture = new GDIPlusPicture(image);

            return(picture);
        }