'宣言 Public Sub ZoomAt( _ ByVal targetZoom As System.Double, _ ByVal screenPoint As System.Windows.Point, _ ByVal completed As System.Action _ )
public void ZoomAt( System.double targetZoom, System.Windows.Point screenPoint, System.Action completed )
パラメータ
- targetZoom
- ターゲットズーム。
- screenPoint
- アニメーションの固定位置となる画面ポイント。
- completed
- アニメーションが完了したときに呼び出されるアクション。