2011-11-20から1日間の記事一覧

WPF Transform 配列-2-

索引サイト private void imageSet() { DoubleAnimation Anime_11 = new DoubleAnimation(40, new TimeSpan(0, 0, 1)); w_AxisAngleRotation3d[z_index_last].BeginAnimation(AxisAngleRotation3D.AngleProperty, Anime_11); DoubleAnimation Anime_12 = new…

WPF Transform 配列-1-

索引サイト Transform3DGroup[] w_Transform3DGroup = new Transform3DGroup[z_idxMax]; RotateTransform3D[] w_RotateTransform3D = new RotateTransform3D[z_idxMax]; AxisAngleRotation3D[] w_AxisAngleRotation3d = new AxisAngleRotation3D[z_idxMax]; …