网站首页  词典首页

请输入您要查询的函数:

 

术语 savedc
释义 SaveDC
语法:
int SaveDC(
__in HDC hdc
);
SaveDC功能
该SaveDC功能节省了描述数据复制选定的对象和图形模式(如位图,画笔,调色板,字体,笔,地区,绘图模式,并映射模式)1范围内指定的设备上下文(DC)的当前状态堆栈。
参数
hdc [in]
句柄到DC的状态被保存。
返回值
如果函数成功,返回值标识保存的状态。
如果函数失败,返回值是零。
备注
该SaveDC功能可用于任何多次拯救任何国家的直流实例数。
阿保存的状态就可以恢复使用RestoreDC功能。
要求:
最低支持:client-Windows 2000专业版
最低支持server-Windows 2000服务器
HeaderWingdi.h(头文件:winuser.h)
LibraryGdi32.lib
DLLGdi32.dll
参见
设备上下文概述
设备上下文函数
RestoreDC
如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com)
生成日期:2009年7月11日
==英文原文==SaveDC Function
The SaveDC function saves the current state of the specified device context (DC) by copying data describing selected objects and graphic modes (such as the bitmap, brush, palette, font, pen, region, drawing mode, and mapping mode) to a context stack.
Syntax
int SaveDC(
__in HDC hdc
);
Parameters
hdc [in]
A handle to the DC whose state is to be saved.
Return Value
If the function succeeds, the return value identifies the saved state.
If the function fails, the return value is zero.
Remarks
The SaveDC function can be used any number of times to save any number of instances of the DC state.
A saved state can be restored by using the RestoreDC function.
Requirements
Minimum supported clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
HeaderWingdi.h (include Windows.h)
LibraryGdi32.lib
DLLGdi32.dll
See Also
Device Contexts Overview
Device Context Functions
RestoreDC
Send comments about this topic to Microsoft
Build date: 7/11/2009
==原始网址==http://msdn.microsoft.com/en-us/library/dd162945(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 更新时间:2025/1/8 10:48:02