D2D_SIZE_F構造体 (dcommon.h)
浮動小数点値の順序付きペア (通常は四角形の幅と高さ) を格納します。
構文
typedef struct D2D_SIZE_F {
FLOAT width;
FLOAT height;
} D2D_SIZE_F;
メンバー
width
型: FLOAT
このサイズの水平コンポーネント。
height
型: FLOAT
このサイズの垂直コンポーネント。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 7、Windows Vista SP2 および Windows Vista 用プラットフォーム更新プログラム [デスクトップ アプリ |UWP アプリ] |
サポートされている最小のサーバー | Windows Server 2008 R2、Windows Server 2008 SP2 および Windows Server 2008 用プラットフォーム更新プログラム [デスクトップ アプリ |UWP アプリ] |
Header | dcommon.h (D2d1.h を含む) |