次の方法で共有


IDirectManipulationContent::SetContentRect メソッド (directmanipulation.h)

ビューポートを基準にして、コンテンツの外接する四角形を指定します。

構文

HRESULT SetContentRect(
  [in] const RECT *contentSize
);

パラメーター

[in] contentSize

コンテンツの外接する四角形。

戻り値

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

注釈

既定の外接する四角形は (-FLT_MAX、-FLT_MAXFLT_MAXFLT_MAX) です。

要件

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

こちらもご覧ください

IDirectManipulationContent