From 55e58b3c9764956e9ced1f2899a48887e858384d Mon Sep 17 00:00:00 2001 From: konekoneko Date: Mon, 29 Oct 2012 02:08:27 +0900 Subject: [PATCH] =?utf8?q?=E8=A1=A8=E8=A8=98=E3=82=92=E5=A4=89=E6=9B=B4?= =?utf8?q?=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- D2DBench/Method1.cs | 2 +- D2DBench/Method2.cs | 2 +- D2DBench/Method3.cs | 2 +- D2DBench/Method4.cs | 2 +- D2DBench/Properties/AssemblyInfo.cs | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/D2DBench/Method1.cs b/D2DBench/Method1.cs index cf99972..404bbfa 100644 --- a/D2DBench/Method1.cs +++ b/D2DBench/Method1.cs @@ -15,7 +15,7 @@ namespace D2DBench class Method1 : IBench { public int fillAreaSize { get { return 0; } } - public string methodName { get { return "D2D文字列"; } } + public string methodName { get { return "文字列"; } } public int loopCount { get; set; } IRender d2d; diff --git a/D2DBench/Method2.cs b/D2DBench/Method2.cs index 5fb19b4..a7e5acf 100644 --- a/D2DBench/Method2.cs +++ b/D2DBench/Method2.cs @@ -15,7 +15,7 @@ namespace D2DBench class Method2: IBench { public int fillAreaSize { get { return 0; } } - public string methodName { get { return "D2D線"; } } + public string methodName { get { return "線"; } } public int loopCount { get; set; } IRender d2d; diff --git a/D2DBench/Method3.cs b/D2DBench/Method3.cs index 17c937e..cc9858f 100644 --- a/D2DBench/Method3.cs +++ b/D2DBench/Method3.cs @@ -15,7 +15,7 @@ namespace D2DBench class Method3 : IBench { public int fillAreaSize { get { return bmpSize.Width * bmpSize.Height * this.loopCount; } } - public string methodName { get { return "D2D塗りつぶし"; } } + public string methodName { get { return "塗りつぶし"; } } public int loopCount { get; set; } diff --git a/D2DBench/Method4.cs b/D2DBench/Method4.cs index 0e5d7b1..7655cc9 100644 --- a/D2DBench/Method4.cs +++ b/D2DBench/Method4.cs @@ -18,7 +18,7 @@ namespace D2DBench class Method4 : IBench { public int fillAreaSize { get { return bmp.Width * bmp.Height * this.loopCount; } } - public string methodName { get { return "D2DBitBlt"; } } + public string methodName { get { return "BitBlt"; } } public int loopCount { get; set; } Drawing.Size ClientSize; diff --git a/D2DBench/Properties/AssemblyInfo.cs b/D2DBench/Properties/AssemblyInfo.cs index 0911b51..ff41bb5 100644 --- a/D2DBench/Properties/AssemblyInfo.cs +++ b/D2DBench/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を // 既定値にすることができます: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2.0.0")] -[assembly: AssemblyFileVersion("1.2.0.0")] +[assembly: AssemblyVersion("1.3.0.0")] +[assembly: AssemblyFileVersion("1.3.0.0")] -- 2.11.0