コード例 #1
0
ファイル: ImageMethods.cs プロジェクト: gamebull/FEM_CSharp
        public static Metafile MakeMetafile(int width, int height)
        {
            ImageMethods IM = new ImageMethods();

            return(IM.GetMetafile(width, height));
        }
コード例 #2
0
ファイル: ImageMethods.cs プロジェクト: gamebull/FEM_CSharp
        public static Metafile MakeMetafile(double width, double height)
        {
            ImageMethods IM = new ImageMethods();

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