📄 plot7.htm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style><!--
body,table {font-family:"宋体"; font-size: 9pt; line-height:11pt;}
a {text-decoration:none} a:hover {color:red;text-decoration:underline}
--></style>
<title>绘图类函数7</title>
</head>
<body background="../../../images/gray_weave.gif" link="#FF0000" vlink="#FF0000" alink="#FF0000" bgcolor="#FFC8C8">
<table border="0" width="100%" cellspacing="4" cellpadding="6">
<tr>
<td width="100%" <font color="#000000">绘图函数:共七页。</font><a
href="plot1.htm"><font color="#FFFF00">第一页</font></a><font color="#FFFFFF">,</font><a
href="plot2.htm"><font color="#FFFF00">第二页</font></a><font color="#FFFFFF">,</font><a
href="plot3.htm"><font color="#FFFF00">第三页</font></a><font color="#FFFFFF">,</font><a
href="plot4.htm"><font color="#FFFF00">第四页</font></a><font color="#FFFFFF">,</font><a
href="plot5.htm"><font color="#FFFF00">第五页</font></a><font color="#FFFFFF">,</font><a
href="plot6.htm"><font color="#FFFF00">第六页</font></a><font color="#FFFFFF">,第七页</font></td>
</tr>
</table>
<table border="0" width="100%" cellspacing="3" cellpadding="2">
<tr>
<td width="25%" ><a href="SetPixel.htm">SetPixel</a></td>
<td width="75%" >在指定的设备场景中设置一个像素的RGB值</td>
</tr>
<tr>
<td width="25%" ><a href="SetPixelV.htm">SetPixelV</a></td>
<td width="75%" >在指定的设备场景中设置一个像素的RGB值</td>
</tr>
<tr>
<td width="25%" ><a href="SetPolyFillMode.htm">SetPolyFillMode</a></td>
<td width="75%" >设置多边形的填充模式</td>
</tr>
<tr>
<td width="25%" ><a href="SetROP2.htm">SetROP2</a></td>
<td width="75%" >设置指定设备场景的绘图模式。与vb的DrawMode属性完全一致</td>
</tr>
<tr>
<td width="25%" ><a href="SetWinMetaFileBits.htm">SetWinMetaFileBits</a></td>
<td width="75%" >将一个标准Windows图元文件转换成增强型图元文件</td>
</tr>
<tr>
<td width="25%" ><a href="StrokeAndFillPath.htm">StrokeAndFillPath</a></td>
<td width="75%" >针对指定的设备场景,关闭路径上打开的所有区域</td>
</tr>
<tr>
<td width="25%" ><a href="StrokePath.htm">StrokePath</a></td>
<td width="75%" >用当前画笔描绘一个路径的轮廓。打开的图形不会被这个函数关闭</td>
</tr>
<tr>
<td width="25%" ><a href="UnrealizeObject.htm">UnrealizeObject</a></td>
<td width="75%" >将一个刷子对象选入设备场景之前,如刷子的起点准备用<a
href="SetBrushOrgEx.htm">SetBrushOrgEx</a>修改,则必须先调用本函数</td>
</tr>
<tr>
<td width="25%" ><a href="WidenPath.htm">WidenPath</a></td>
<td width="75%" >根据选定画笔的宽度,重新定义当前选定的路径</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -