タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

silverlightに関するomumeronのブックマーク (2)

  • プログラム主体のSilverlightの勉強 その4 XAMLでパラパラアニメ

    XAMLは画像を定義するだけでなく、簡単なアニメーションも登録することができます。 XAMLアニメーションの解説の多くは、単純に図形の位置や向きが変化したり色や透明度が変化するだけのものが多いですが、ちょっと工夫するとXAMLだけでも、パラパラ漫画のように画像を順番に切り替えていくパラパラアニメーションも作ることができます。 私が試して成功した方法は以下の4つです。 ObjectAnimationUsingKeyFramesを使ってImageのSourceプロパティを変更して画像を切り替え アニメーションを1枚に連結した画像をImageBrushに登録し、Transformでブラシの位置をずらしながら、1コマ分の大きさのRectangleを表示 Canvas.clipに1コマ分の大きさのRectangleGeometryを登録し、その中でImageを移動させて連結画像の1コマ分をクリップ表

    プログラム主体のSilverlightの勉強 その4 XAMLでパラパラアニメ
  • You had me at 'Hello World!'

    XAML, WPF, Silverlight, .NET, Office 2007, Windows code samples and other interesting things This Blog Has Moved - Update your links to nokola.com/blog I'm very happy to announce that I'm moving this blog to https://nokola.com Click here to visit the... Author: Nikola Date: 09/14/2009 Exposed: 5 methods to create game loop: which is the best? Edit: fixed broken links What is the best method to cre

    You had me at 'Hello World!'
    omumeron
    omumeron 2009/02/23
    ブロック崩しのつくりかた
  • 1