术语 | getarcdirection |
释义 | GetArcDirection 语法: int GetArcDirection( __in HDC hdc ); GetArcDirection功能 该GetArcDirection函数检索指定的设备上下文电流电弧的方向。弧和矩形函数使用弧方向。 参数 hdc [in] 句柄设备上下文。 返回值 返回值指定当前弧方向,它可以是任何下列值之一: ValueMeaning AD_COUNTERCLOCKWISEArcs和矩形绘制逆时针。 AD_CLOCKWISEArcs和矩形绘制顺时针方向。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWingdi.h(头文件:winuser.h) LibraryGdi32.lib DLLGdi32.dll 参见 直线和曲线概述 线和曲线函数 SetArcDirection 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月11日 ==英文原文==GetArcDirection Function The GetArcDirection function retrieves the current arc direction for the specified device context. Arc and rectangle functions use the arc direction. Syntax int GetArcDirection( __in HDC hdc ); Parameters hdc [in] Handle to the device context. Return Value The return value specifies the current arc direction; it can be any one of the following values: ValueMeaning AD_COUNTERCLOCKWISEArcs and rectangles are drawn counterclockwise. AD_CLOCKWISEArcs and rectangles are drawn clockwise. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWingdi.h (include Windows.h) LibraryGdi32.lib DLLGdi32.dll See Also Lines and Curves Overview Line and Curve Functions SetArcDirection Send comments about this topic to Microsoft Build date: 7/11/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd144848(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。