网站首页  词典首页

请输入您要查询的函数:

 

术语 ellipse
释义 Ellipse
语法:
BOOL Ellipse(
__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坐标,在逻辑坐标下,的边界矩形右下角。
返回值
如果函数成功,返回值为非零。
如果函数失败,返回值是零。
备注
当前位置既不更新也不使用椭圆。
实例
有关示例,请参阅使用填充的形状。
要求:
最低支持:client-Windows 2000专业版
最低支持server-Windows 2000服务器
HeaderWingdi.h(头文件:winuser.h)
LibraryGdi32.lib
DLLGdi32.dll
参见
填充形状概述
填充形状函数

ArcTo
如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com)
生成日期:2009年7月11日
==英文原文==Ellipse Function
The Ellipse function draws an ellipse. The center of the ellipse is the center of the specified bounding rectangle. The ellipse is outlined by using the current pen and is filled by using the current brush.
Syntax
BOOL Ellipse(
__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 bounding rectangle.
nTopRect [in]
The y-coordinate, in logical coordinates, of the upper-left corner of the bounding rectangle.
nRightRect [in]
The x-coordinate, in logical coordinates, of the lower-right corner of the bounding rectangle.
nBottomRect [in]
The y-coordinate, in logical coordinates, of the lower-right corner of the bounding 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 Ellipse.
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
Arc
ArcTo
Send comments about this topic to Microsoft
Build date: 7/11/2009
==原始网址==http://msdn.microsoft.com/en-us/library/dd162510(VS.85).aspx\n
随便看

 

windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2024/10/6 11:30:00