Basic Library for UWP/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
アニメーションが完了したときに呼び出されるアクション。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1ListViewer クラス
C1ListViewer メンバ

Send Feedback