OSDN Git Service

表記を変更した
authorkonekoneko <jbh03215@hotmail.co.jp>
Sun, 28 Oct 2012 17:08:27 +0000 (02:08 +0900)
committerkonekoneko <jbh03215@hotmail.co.jp>
Sun, 28 Oct 2012 17:08:27 +0000 (02:08 +0900)
D2DBench/Method1.cs
D2DBench/Method2.cs
D2DBench/Method3.cs
D2DBench/Method4.cs
D2DBench/Properties/AssemblyInfo.cs

index cf99972..404bbfa 100644 (file)
@@ -15,7 +15,7 @@ namespace D2DBench
     class Method1 : IBench\r
     {\r
         public int fillAreaSize { get { return 0; } }\r
-        public string methodName { get { return "D2D文字列"; } }\r
+        public string methodName { get { return "文字列"; } }\r
         public int loopCount { get; set; }\r
 \r
         IRender d2d;\r
index 5fb19b4..a7e5acf 100644 (file)
@@ -15,7 +15,7 @@ namespace D2DBench
     class Method2: IBench\r
     {\r
         public int fillAreaSize { get { return 0; } }\r
-        public string methodName { get { return "D2D線"; } }\r
+        public string methodName { get { return "線"; } }\r
         public int loopCount { get; set; }\r
 \r
         IRender d2d;\r
index 17c937e..cc9858f 100644 (file)
@@ -15,7 +15,7 @@ namespace D2DBench
     class Method3 : IBench\r
     {\r
         public int fillAreaSize { get { return bmpSize.Width * bmpSize.Height * this.loopCount; } }\r
-        public string methodName { get { return "D2D塗りつぶし"; } }\r
+        public string methodName { get { return "塗りつぶし"; } }\r
         public int loopCount { get; set; }\r
 \r
 \r
index 0e5d7b1..7655cc9 100644 (file)
@@ -18,7 +18,7 @@ namespace D2DBench
     class Method4 : IBench\r
     {\r
         public int fillAreaSize { get { return bmp.Width * bmp.Height * this.loopCount; } }\r
-        public string methodName { get { return "D2DBitBlt"; } }\r
+        public string methodName { get { return "BitBlt"; } }\r
         public int loopCount { get; set; }\r
 \r
         Drawing.Size ClientSize;\r
index 0911b51..ff41bb5 100644 (file)
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
 // すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を \r
 // 既定値にすることができます:\r
 // [assembly: AssemblyVersion("1.0.*")]\r
-[assembly: AssemblyVersion("1.2.0.0")]\r
-[assembly: AssemblyFileVersion("1.2.0.0")]\r
+[assembly: AssemblyVersion("1.3.0.0")]\r
+[assembly: AssemblyFileVersion("1.3.0.0")]\r