D2D_RECT_F構造体 (dcommon.h)
左上隅 (左、上) の座標と右下隅 (右、下) の座標で定義される四角形を表します。
構文
typedef struct D2D_RECT_F {
FLOAT left;
FLOAT top;
FLOAT right;
FLOAT bottom;
} D2D_RECT_F;
メンバー
left
型: FLOAT
四角形の左上隅の x 座標。
top
型: FLOAT
四角形の左上隅の y 座標。
right
型: FLOAT
四角形の右下隅の x 座標。
bottom
型: FLOAT
四角形の右下隅の y 座標。
要件
サポートされている最小のクライアント | 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 を含む) |