OSDN Git Service

アイコンの画質を落ちていたのを向上
authoranis774 <anis774@users.sourceforge.jp>
Mon, 6 Sep 2010 19:27:50 +0000 (19:27 +0000)
committerKimura Youichi <kim.upsilon@bucyou.net>
Sat, 18 Feb 2012 14:15:13 +0000 (23:15 +0900)
git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@812 e39ad16e-3079-482e-bb30-4b4d378143b6

Tween/Tween.vb

index 379d97d..88d9f07 100644 (file)
@@ -3829,6 +3829,7 @@ Public Class TweenMain
                         End If
                     Next
                     If tw.DetailIcon.ContainsKey(e.Item.ImageKey) Then
+                        e.Graphics.InterpolationMode = Drawing2D.InterpolationMode.High
                         e.Graphics.DrawImage(tw.DetailIcon(e.Item.ImageKey), New Rectangle(x, e.Bounds.Top, Math.Min(_iconSz, e.Bounds.Width), _iconSz))
                     End If
                 End If