📄 plot3.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>绘图类函数3</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="plot4.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/plot4.htm"><font color="#FFFF00">第四页</font></a><font color="#FFFFFF">,</font><a
href="plot5.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/plot5.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="EnumObjects.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/EnumObjects.htm">EnumObjects</a></td>
<td width="75%" bgcolor="#efefda">枚举可随同指定设备场景使用的画笔和刷子</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="ExtCreatePen.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/ExtCreatePen.htm">ExtCreatePen</a></td>
<td width="75%" bgcolor="#efefda">创建一个扩展画笔(装饰或几何)</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="ExtFloodFill.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/ExtFloodFill.htm">ExtFloodFill</a></td>
<td width="75%" bgcolor="#efefda">在指定的设备场景里,用当前选择的刷子填充一个区域</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="FillPath.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/FillPath.htm">FillPath</a></td>
<td width="75%" bgcolor="#efefda">关闭路径中任何打开的图形,并用当前刷子填充</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="FillRect.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/FillRect.htm">FillRect</a></td>
<td width="75%" bgcolor="#efefda">用指定的刷子填充一个矩形</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="FlattenPath.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/FlattenPath.htm">FlattenPath</a></td>
<td width="75%" bgcolor="#efefda">将一个路径中的所有曲线都转换成线段</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="FloodFill.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/FloodFill.htm">FloodFill</a></td>
<td width="75%" bgcolor="#efefda">用当前选定的刷子在指定的设备场景中填充一个区域</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="FrameRect.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/FrameRect.htm">FrameRect</a></td>
<td width="75%" bgcolor="#efefda">用指定的刷子围绕一个矩形画一个边框</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="GdiComment.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/GdiComment.htm">GdiComment</a></td>
<td width="75%" bgcolor="#efefda">为指定的增强型图元文件设备场景添加一条注释信息</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="GdiFlush.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/GdiFlush.htm">GdiFlush</a></td>
<td width="75%" bgcolor="#efefda">执行任何未决的绘图操作</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="GdiGetBatchLimit.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/GdiGetBatchLimit.htm">GdiGetBatchLimit</a></td>
<td width="75%" bgcolor="#efefda">判断有多少个GDI绘图命令位于队列中</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="GdiSetBatchLimit.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/GdiSetBatchLimit.htm">GdiSetBatchLimit</a></td>
<td width="75%" bgcolor="#efefda">指定有多少个GDI绘图命令能够进入队列</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="GetArcDirection.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/GetArcDirection.htm">GetArcDirection</a></td>
<td width="75%" bgcolor="#efefda">画圆弧的时候,判断当前采用的绘图方向</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="GetBkColor.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/GetBkColor.htm">GetBkColor</a></td>
<td width="75%" bgcolor="#efefda">取得指定设备场景当前的背景颜色</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="GetBkMode.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/GetBkMode.htm">GetBkMode</a></td>
<td width="75%" bgcolor="#efefda">针对指定的设备场景,取得当前的背景填充模式</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="GetBrushOrgEx.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/GetBrushOrgEx.htm">GetBrushOrgEx</a></td>
<td width="75%" bgcolor="#efefda">判断指定设备场景中当前选定刷子起点</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -