SizeU 関数

指定された幅と高さを格納する D2D1_SIZE_U 構造体を作成します。

構文

D2D1_SIZE_U SizeU(
    UINT32 width = 0,
    UINT32 height = 0
);

パラメーター

  • width
    UINT32 サイズの幅。既定値は 0 です。
  • height
    UINT32 サイズの高さ。既定値は 0 です。

戻り値

D2D1_SIZE_U

新しいサイズ構造体。

要件

クライアントの最小要件

Windows 7, Windows Vista SP2 および Windows Vista 用のプラットフォーム更新プログラム

サーバーの最小要件

Windows Server 2008 R2, Windows Server 2008 SP2 および Windows Server 2008 用のプラットフォーム更新プログラム

ヘッダー

D2d1helper.h

ライブラリ

D2d1.lib

DLL

D2d1.dll

名前空間

D2D1