导航:  CWindow Class > Methods and Properties >

SetClientSize

上一页返回章节概述下一页

描述

 

根据客户端区域的期望大小调整窗口的边界矩形.

 

FreeBASIC 语法

 

SUB SetClientSize ( _

  BYVAL nWidth AS LONG, _

  BYVAL nHeight AS LONG _

)

 

参数

 

nWidth

[in]窗口的客户区的宽度.

nHeight

[in]窗口的客户区域的新高度.

 

用法示例

 

pWindow.SetClientSize(400, 250)

 

引用文件

 

CWindow.inc