Basic Library for UWP
ZoomAnimation メソッド

C1.UWP アセンブリ > C1.Xaml 名前空間 > C1ListViewer クラス : ZoomAnimation メソッド
ターゲットズーム。
アニメーションの固定位置となる画面ポイント。
アニメーションが完了したときに呼び出されるアクション。
ズームアニメーションを呼び出します。
シンタックス
'宣言
 
Public Sub ZoomAnimation( _
   ByVal targetZoom As System.Double, _
   ByVal screenPoint As Windows.Foundation.Point, _
   ByVal completed As System.Action _
) 
public void ZoomAnimation( 
   System.double targetZoom,
   Windows.Foundation.Point screenPoint,
   System.Action completed
)

パラメータ

targetZoom
ターゲットズーム。
screenPoint
アニメーションの固定位置となる画面ポイント。
completed
アニメーションが完了したときに呼び出されるアクション。
参照

C1ListViewer クラス
C1ListViewer メンバ