CRect::SetRect

void SetRect( int x1, int y1, int x2, int y2 );

パラメーター

x 1

左上隅の x 座標を指定します。

y1

左上隅の y 座標を指定します。

x 2

右下角の x 座標を指定します。

y2

右下角の y 座標を指定します。

解説

CRectの寸法が、指定された座標に設定します。

|Nbsp; CRect の概要クラス メンバー |階層図(&N)

参照特価;CRect::CRectCRect::operator =CRect::CopyRectCRect::SetRectEmpty :: SetRect(&N)

Index