RectF::Inflate(constPointF&) メソッド (gdiplustypes.h)
RectF::Inflate メソッドは、四角形を point の値で展開します。X (左端と右端)、および point の値を指定します。上端と下端の Y。
構文
void Inflate(
[in] const PointF & point
);
パラメーター
[in] point
型: const PointF&
X データ メンバーが左右の四角形を展開する量を指定し、その Y データ メンバーが上端と下端の四角形を展開する量を指定する PointF オブジェクトへの参照。
戻り値
なし
必要条件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows XP、Windows 2000 Professional [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows 2000 Server [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | gdiplustypes.h (Gdiplus.h を含む) |
Library | Gdiplus.lib |
[DLL] | Gdiplus.dll |