SizeF 関数 (d2d1helper.h)

指定した幅と高さを含む D2D1_SIZE_F 構造体を作成します。

構文

D2D1_SIZE_F SizeF(
  FLOAT width,
  FLOAT height
);

パラメーター

width

型: FLOAT

サイズの幅。 既定値は 0.f です。

height

型: FLOAT

サイズの高さ。 既定値は 0.f です。

戻り値

種類: D2D1_SIZE_F

新しいサイズ構造。

要件

   
サポートされている最小のクライアント Windows 7、Windows Vista SP2 および Windows Vista 用プラットフォーム更新プログラム [デスクトップ アプリ |UWP アプリ]
サポートされている最小のサーバー Windows Server 2008 R2、Windows Server 2008 SP2 および Windows Server 2008 用プラットフォーム更新プログラム [デスクトップ アプリ |UWP アプリ]
対象プラットフォーム Windows
ヘッダー d2d1helper.h
Library D2d1.lib
[DLL] D2d1.dll