次の方法で共有


IDirectManipulationViewport::ZoomToRect メソッド (directmanipulation.h)

ビューポートをプライマリ コンテンツの特定の領域に移動し、画面切り替えをアニメーション化するかどうかを指定します。

構文

HRESULT ZoomToRect(
  [in] const float left,
  [in] const float top,
  [in] const float right,
  [in] const float bottom,
  [in] BOOL        animate
);

パラメーター

[in] left

プライマリ コンテンツ座標空間内の四角形の左端の座標。

[in] top

プライマリ コンテンツ座標空間内の四角形の一番上の座標。

[in] right

プライマリ コンテンツ座標空間内の四角形の右端の座標。

[in] bottom

プライマリ コンテンツ座標空間内の四角形の一番下の座標。

[in] animate

ズーム動作をアニメーション化するかどうかを指定します。

戻り値

メソッドが成功すると、 S_OKが返されます。 そうでない場合は、HRESULT エラー コードを返します。

要件

要件
サポートされている最小のクライアント Windows 8 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2012 [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー directmanipulation.h

こちらもご覧ください

IDirectManipulationViewport