コード例 #1
0
ファイル: Utils.cs プロジェクト: Hamsand/Swf2XNA
 public static Vex.Size GetJpgSize(string path)
 {
     Bitmap bmp = new Bitmap(path, false);
     Vex.Size sz = new DDW.Vex.Size(bmp.Width, bmp.Height);
     bmp.Dispose();
     return sz;
 }
コード例 #2
0
        public static Vex.Size GetJpgSize(string path)
        {
            Bitmap bmp = new Bitmap(path, false);

            Vex.Size sz = new DDW.Vex.Size(bmp.Width, bmp.Height);
            bmp.Dispose();
            return(sz);
        }