MilRectD 構造体 (mileffects.h)
四角形の幅、高さ、場所を記述します。
構文
typedef struct MilRectD {
DOUBLE left;
DOUBLE top;
DOUBLE right;
DOUBLE bottom;
} MilRectD;
メンバー
left
型: DOUBLE
四角形の左側の位置。
top
型: DOUBLE
四角形の上辺の位置。
right
型: DOUBLE
四角形の右側の位置。
bottom
型: DOUBLE
四角形の下端の位置。
要件
サポートされている最小のクライアント | WINDOWS XP と SP2、Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2008 [デスクトップ アプリのみ] |
Header | mileffects.h |
再頒布可能パッケージ | Microsoft .Net 3.0 |