ComponentOne Studio for WinRT XAML
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 メンバ

 

 


Copyright © GrapeCity inc. All rights reserved.