📄 hdc1.htm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<style><!--
body,table {font-family:"宋体"; font-size: 9pt; line-height:11pt;}
a {text-decoration:none} a:hover {color:red;text-decoration:underline}
--></style>
<title>设备场景类1</title>
</head>
<body link="#FF0000" vlink="#FF0000" alink="#FF0000" bgcolor="#FFC8C8">
<table border="0" width="100%" cellspacing="4" cellpadding="6">
<tr>
<td width="100%" bgcolor="#336699"><font color="#FFFFFF">设备场景函数,共五页。第一页,</font><a
href="hdc2.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/hdc2.htm"><font color="#FFFF00">第二页</font></a><font color="#FFFFFF">,</font><a
href="hdc3.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/hdc3.htm"><font color="#FFFF00">第三页</font></a><font color="#FFFFFF">,</font><a
href="hdc4.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/hdc4.htm"><font color="#FFFF00">第四页</font></a><font color="#FFFFFF">,</font><a
href="hdc5.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/hdc5.htm"><font color="#FFFF00">第五页</font></a></td>
</tr>
</table>
<table border="0" width="100%" cellspacing="3" cellpadding="2">
<tr>
<td width="25%" bgcolor="#efefda"><a href="CombineRgn.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/CombineRgn.htm">CombineRgn</a></td>
<td width="75%" bgcolor="#efefda">将两个区域组合为一个新区域</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="CombineTransform.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/CombineTransform.htm">CombineTransform</a></td>
<td width="75%" bgcolor="#efefda">驱动世界转换。它相当于依顺序进行两次转换</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="CreateCompatibleDC.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/CreateCompatibleDC.htm">CreateCompatibleDC</a></td>
<td width="75%" bgcolor="#efefda">创建一个与特定设备场景一致的内存设备场景</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="CreateDC.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/CreateDC.htm">CreateDC</a></td>
<td width="75%" bgcolor="#efefda">为专门设备创建设备场景</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="CreateEllipticRgn.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/CreateEllipticRgn.htm">CreateEllipticRgn</a></td>
<td width="75%" bgcolor="#efefda">创建一个椭圆</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="CreateEllipticRgnIndirect.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/CreateEllipticRgnIndirect.htm">CreateEllipticRgnIndirect</a></td>
<td width="75%" bgcolor="#efefda">创建一个内切于特定矩形的椭圆区域</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="CreateIC.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/CreateIC.htm">CreateIC</a></td>
<td width="75%" bgcolor="#efefda">为专用设备创建一个信息场景</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="CreatePolygonRgn.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/CreatePolygonRgn.htm">CreatePolygonRgn</a></td>
<td width="75%" bgcolor="#efefda">创建一个由一系列点围成的区域</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="CreatePolyPolygonRgn.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/CreatePolyPolygonRgn.htm">CreatePolyPolygonRgn</a></td>
<td width="75%" bgcolor="#efefda">创建由多个多边形构成的区域。每个多边形都应是封闭的</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="CreateRectRgn.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/CreateRectRgn.htm">CreateRectRgn</a></td>
<td width="75%" bgcolor="#efefda">创建一个矩形区域</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="CreateRectRgnIndirect.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/CreateRectRgnIndirect.htm">CreateRectRgnIndirect</a></td>
<td width="75%" bgcolor="#efefda">创建一个矩形区域</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="CreateRoundRectRgn.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/CreateRoundRectRgn.htm">CreateRoundRectRgn</a></td>
<td width="75%" bgcolor="#efefda">创建一个圆角矩形</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="DeleteDC.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/DeleteDC.htm">DeleteDC</a></td>
<td width="75%" bgcolor="#efefda">删除专用设备场景或信息场景,释放所有相关窗口资源</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="DPtoLP.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/DPtoLP.htm">DPtoLP</a></td>
<td width="75%" bgcolor="#efefda">将点阵从设备坐标转换到专用设备场景逻辑坐标</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="EqualRgn.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/EqualRgn.htm">EqualRgn</a></td>
<td width="75%" bgcolor="#efefda">确定两个区域是否相等</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="ExcludeClipRect.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/ExcludeClipRect.htm">ExcludeClipRect</a></td>
<td width="75%" bgcolor="#efefda">从专用设备场景的剪裁区中去掉一个矩形区。矩形内不能进行绘图</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -