D2D_RECT_U 構造体 (dcommon.h)
座標の左上隅のペア (左、上) と右下隅の座標のペア (右、下) で定義された四角形を表します。 これらの座標は、32 ビット整数値として表されます。
構文
typedef struct D2D_RECT_U {
UINT32 left;
UINT32 top;
UINT32 right;
UINT32 bottom;
} D2D_RECT_U;
メンバー
left
型: UINT32
四角形の左上隅の x 座標。
top
型: UINT32
四角形の左上隅の y 座標。
right
型: UINT32
四角形の右下隅の x 座標。
bottom
型: UINT32
四角形の右下隅の 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 を含む) |