ScrollPresenter.ZoomBy メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ZoomBy(Single, IReference<Vector2>, ScrollingZoomOptions) |
指定したアニメーション モードとスナップ ポイント モードを使用して、指定した差分量だけ非同期にズームします。 |
ZoomBy(Single, IReference<Vector2>) |
アニメーションを有効にし、スナップ ポイントを優先して、指定した差分量だけ非同期的にズームします。 |
ZoomBy(Single, IReference<Vector2>, ScrollingZoomOptions)
指定したアニメーション モードとスナップ ポイント モードを使用して、指定した差分量だけ非同期にズームします。
/// [Windows.Foundation.Metadata.Overload("ZoomByWithOptions")]
int ZoomBy(float const& zoomFactorDelta, IReference<float2> const& centerPoint, ScrollingZoomOptions const& options);
[Windows.Foundation.Metadata.Overload("ZoomByWithOptions")]
public int ZoomBy(float zoomFactorDelta, System.Nullable<Vector2> centerPoint, ScrollingZoomOptions options);
function zoomBy(zoomFactorDelta, centerPoint, options)
Public Function ZoomBy (zoomFactorDelta As Single, centerPoint As Nullable(Of Vector2), options As ScrollingZoomOptions) As Integer
パラメーター
- zoomFactorDelta
-
Single
float
ズーム係数を変更する量。
- centerPoint
-
IReference<float2>
ズーム係数の中心点を変更します。
- options
- ScrollingZoomOptions
アニメーションを有効にするか、スナップ ポイントを優先するかを指定するオプション。
戻り値
Int32
int
このメソッド呼び出しを対応するイベントに関連付けるために使用される関連付け ID 番号。
- 属性
適用対象
ZoomBy(Single, IReference<Vector2>)
アニメーションを有効にし、スナップ ポイントを優先して、指定した差分量だけ非同期的にズームします。
public:
virtual int ZoomBy(float zoomFactorDelta, IReference<float2> ^ centerPoint) = ZoomBy;
/// [Windows.Foundation.Metadata.Overload("ZoomBy")]
int ZoomBy(float const& zoomFactorDelta, IReference<float2> const& centerPoint);
[Windows.Foundation.Metadata.Overload("ZoomBy")]
public int ZoomBy(float zoomFactorDelta, System.Nullable<Vector2> centerPoint);
function zoomBy(zoomFactorDelta, centerPoint)
Public Function ZoomBy (zoomFactorDelta As Single, centerPoint As Nullable(Of Vector2)) As Integer
パラメーター
- zoomFactorDelta
-
Single
float
ズーム係数を変更する量。
- centerPoint
-
IReference<float2>
ズーム係数の中心点を変更します。
戻り値
Int32
int
このメソッド呼び出しを対応するイベントに関連付けるために使用される関連付け ID 番号。
- 属性