| 284 |
y = ( (int) ( this.tx上部パネル.sz画像サイズ.Height * dbY表示割合 ) ) - this.tx上部パネル.sz画像サイズ.Height; |
y = ( (int) ( this.tx上部パネル.sz画像サイズ.Height * dbY表示割合 ) ) - this.tx上部パネル.sz画像サイズ.Height; |
| 285 |
} |
} |
| 286 |
if( this.tx上部パネル != null ) |
if( this.tx上部パネル != null ) |
| 287 |
this.tx上部パネル.t2D描画( CDTXMania.app.Device, 0, y ); |
this.tx上部パネル.t2D描画( CDTXMania.app.Device, 0, y ); |
| 288 |
|
|
| 289 |
this.actInformation.On進行描画(); |
//this.actInformation.On進行描画(); |
| 290 |
if( this.tx下部パネル != null ) |
if( this.tx下部パネル != null ) |
| 291 |
this.tx下部パネル.t2D描画( CDTXMania.app.Device, 0, 720 - this.tx下部パネル.sz画像サイズ.Height ); |
this.tx下部パネル.t2D描画( CDTXMania.app.Device, 0, 720 - this.tx下部パネル.sz画像サイズ.Height ); |
| 292 |
|
|
| 298 |
this.txコメントバー.t2D描画(CDTXMania.app.Device, 484, 342); |
this.txコメントバー.t2D描画(CDTXMania.app.Device, 484, 342); |
| 299 |
} |
} |
| 300 |
this.actArtistComment.On進行描画(); |
this.actArtistComment.On進行描画(); |
| 301 |
this.actオプションパネル.On進行描画(); |
//this.actオプションパネル.On進行描画(); |
| 302 |
if ( this.txFLIP != null && CDTXMania.ConfigIni.bIsSwappedGuitarBass ) // #24063 2011.1.16 yyagi |
if ( this.txFLIP != null && CDTXMania.ConfigIni.bIsSwappedGuitarBass ) // #24063 2011.1.16 yyagi |
| 303 |
{ |
{ |
| 304 |
Rectangle rect = new Rectangle(0x1f, 0x31, 20, 11); |
Rectangle rect = new Rectangle(0x1f, 0x31, 20, 11); |