Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/DTXManiaプロジェクト/コード/ステージ/05.選曲/CActSelect曲リスト.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 412 by kairera0467, Thu Aug 14 02:21:58 2014 UTC revision 416 by kairera0467, Tue Aug 26 02:18:56 2014 UTC
# Line 2224  namespace DTXMania Line 2224  namespace DTXMania
2224              bCustomSongNameTexture = new Bitmap( 240, 40 );              bCustomSongNameTexture = new Bitmap( 240, 40 );
2225    
2226              graphicsA = Graphics.FromImage( bCustomSongNameTexture );              graphicsA = Graphics.FromImage( bCustomSongNameTexture );
2227              graphicsA.DrawImage( bCustomSongNameTexture, 0, 0, 196, 33 );              graphicsA.DrawImage( bCustomSongNameTexture, 0, 0, 180, 25 );
2228    
2229    
2230              string strPassAfter = "";              string strPassAfter = "";
# Line 2242  namespace DTXMania Line 2242  namespace DTXMania
2242              {              {
2243                  imgCustomSongNameTexture = Image.FromFile(strPath);                  imgCustomSongNameTexture = Image.FromFile(strPath);
2244                  imgCustomSongNameTexture = this.CreateNegativeImage( imgCustomSongNameTexture );                  imgCustomSongNameTexture = this.CreateNegativeImage( imgCustomSongNameTexture );
2245                  graphicsA.DrawImage(imgCustomSongNameTexture, 6, 0, 223, 33);                  graphicsA.DrawImage(imgCustomSongNameTexture, 6, 1, 180, 25);
2246              }              }
2247    
2248    

Legend:
Removed from v.412  
changed lines
  Added in v.416

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26