📄 plot5.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>绘图类函数5</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="plot1.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/plot1.htm"><font color="#FFFF00">第一页</font></a><font color="#FFFFFF">,</font><a
href="plot2.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/plot2.htm"><font color="#FFFF00">第二页</font></a><font color="#FFFFFF">,</font><a
href="plot3.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/plot3.htm"><font color="#FFFF00">第三页</font></a><font color="#FFFFFF">,</font><a
href="plot4.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/plot4.htm"><font color="#FFFF00">第四页</font></a><font color="#FFFFFF">,第五页,</font><a
href="plot6.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/plot6.htm"><font color="#FFFF00">第六页</font></a><font color="#FFFFFF">,</font><a
href="plot7.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/plot7.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="GetROP2.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/GetROP2.htm">GetROP2</a></td>
<td width="75%" bgcolor="#efefda">针对指定的设备场景,取得当前的绘图模式</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="GetStockObject.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/GetStockObject.htm">GetStockObject</a></td>
<td width="75%" bgcolor="#efefda">取得一个固有对象(Stock)</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="GetSysColorBrush.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/GetSysColorBrush.htm">GetSysColorBrush</a></td>
<td width="75%" bgcolor="#efefda">为任何一种标准系统颜色取得一个刷子</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="GetWinMetaFileBits.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/GetWinMetaFileBits.htm">GetWinMetaFileBits</a></td>
<td width="75%" bgcolor="#efefda">通过在一个缓冲区中填充用于标准图元文件的数据,将一个增强型图元文件转换成标准windows图元文件</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="InvertRect.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/InvertRect.htm">InvertRect</a></td>
<td width="75%" bgcolor="#efefda">通过反转每个像素的值,从而反转一个设备场景中指定的矩形</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="LineDDA.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/LineDDA.htm">LineDDA</a></td>
<td width="75%" bgcolor="#efefda">枚举指定线段中的所有点</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="LineTo.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/LineTo.htm">LineTo</a></td>
<td width="75%" bgcolor="#efefda">用当前画笔画一条线,从当前位置连到一个指定的点</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="MoveToEx.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/MoveToEx.htm">MoveToEx</a></td>
<td width="75%" bgcolor="#efefda">为指定的设备场景指定一个新的当前画笔位置</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="PaintDesktop.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/PaintDesktop.htm">PaintDesktop</a></td>
<td width="75%" bgcolor="#efefda">在指定的设备场景中描绘桌面墙纸图案</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="PathToRegion.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/PathToRegion.htm">PathToRegion</a></td>
<td width="75%" bgcolor="#efefda">将当前选定的路径转换到一个区域里</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="Pie.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/Pie.htm">Pie</a></td>
<td width="75%" bgcolor="#efefda">画一个饼图</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="PlayEnhMetaFile.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/PlayEnhMetaFile.htm">PlayEnhMetaFile</a></td>
<td width="75%" bgcolor="#efefda">在指定的设备场景中画一个增强型图元文件</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="PlayEnhMetaFileRecord.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/PlayEnhMetaFileRecord.htm">PlayEnhMetaFileRecord</a></td>
<td width="75%" bgcolor="#efefda">回放单独一条增强型图元文件记录</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="PlayMetaFile.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/PlayMetaFile.htm">PlayMetaFile</a></td>
<td width="75%" bgcolor="#efefda">在指定的设备场景中回放一个图元文件</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="PlayMetaFileRecord.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/PlayMetaFileRecord.htm">PlayMetaFileRecord</a></td>
<td width="75%" bgcolor="#efefda">回放来自图元文件的单条记录</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="PolyBezier.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/PolyBezier.htm">PolyBezier</a></td>
<td width="75%" bgcolor="#efefda">描绘一条或多条贝塞尔(Bezier)曲线</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -