CWindow::ResizeClient
調整視窗大小為指定的工作區大小。
BOOL ResizeClient(
int nWidth,
int nHeight,
BOOL bRedraw = FALSE
) throw();
參數
nWidth
視窗的新寬度 (以像素為單位)。nHeight
視窗的新高度 (以像素為單位)。bRedraw
這個旗標重繪變更。 預設值為,表示 否視窗不會重新繪製變更。
需求
Header: atlwin.h
調整視窗大小為指定的工作區大小。
BOOL ResizeClient(
int nWidth,
int nHeight,
BOOL bRedraw = FALSE
) throw();
nWidth
視窗的新寬度 (以像素為單位)。
nHeight
視窗的新高度 (以像素為單位)。
bRedraw
這個旗標重繪變更。 預設值為,表示 否視窗不會重新繪製變更。
Header: atlwin.h