术语 | rectangle |
释义 | Rectangle 语法: BOOL Rectangle( __in HDC hdc, __in int nLeftRect, __in int nTopRect, __in int nRightRect, __in int nBottomRect ); 矩形函数 该矩形函数绘制一个矩形。概述了该矩形使用目前的笔和使用当前画笔填补。 参数 hdc [in] 一个句柄,设备上下文。 nLeftRect [in] 的x坐标,在逻辑坐标,在矩形的左上角。 nTopRect [in] 在y坐标,在逻辑坐标,在矩形的左上角。 nRightRect [in] 的x坐标,在逻辑坐标下,,矩形的右上角。 nBottomRect [in] 在y坐标,在逻辑坐标下,,矩形的右上角。 返回值 如果函数成功,返回值为非零。 如果函数失败,返回值是零。 备注 当前位置既不更新也不使用矩形。 即不包括绘制矩形的底部和右边缘。 如果PS_NULL笔使用,该矩形的尺寸为1像素不高,1个像素的宽度小于。 实例 有关示例,请参阅使用填充的形状。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWingdi.h(头文件:winuser.h) LibraryGdi32.lib DLLGdi32.dll 参见 填充形状概述 填充形状函数 RoundRect 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月11日 ==英文原文==Rectangle Function The Rectangle function draws a rectangle. The rectangle is outlined by using the current pen and filled by using the current brush. Syntax BOOL Rectangle( __in HDC hdc, __in int nLeftRect, __in int nTopRect, __in int nRightRect, __in int nBottomRect ); Parameters hdc [in] A handle to the device context. nLeftRect [in] The x-coordinate, in logical coordinates, of the upper-left corner of the rectangle. nTopRect [in] The y-coordinate, in logical coordinates, of the upper-left corner of the rectangle. nRightRect [in] The x-coordinate, in logical coordinates, of the lower-right corner of the rectangle. nBottomRect [in] The y-coordinate, in logical coordinates, of the lower-right corner of the rectangle. Return Value If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. Remarks The current position is neither used nor updated by Rectangle. The rectangle that is drawn excludes the bottom and right edges. If a PS_NULL pen is used, the dimensions of the rectangle are 1 pixel less in height and 1 pixel less in width. Examples For an example, see Using Filled Shapes . Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWingdi.h (include Windows.h) LibraryGdi32.lib DLLGdi32.dll See Also Filled Shapes Overview Filled Shape Functions RoundRect Send comments about this topic to Microsoft Build date: 7/11/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd162898(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。