slide024.html

来自「《Big C++ 》Third Edition电子书和代码全集-Part1」· HTML 代码 · 共 31 行

HTML
31
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
	<meta content="blendTrans(Duration=2)" http-equiv="Page-Enter">
	<title>Big C++: Chptr. 27 -- Graphical User Interfaces</title>
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <meta name="Copyright" content="2005 John Wiley & Sons">
  <meta name="Author" content="Kurt Schmidt">
</head>


<body>
<div onclick="document.location='slide025.html'">
<h2><font color='#009999'>27.7 Painting (cont.)</font></h2>
<ul>
  <li><font size="+1">The <tt>DrawEllipse</tt> function requires you specify the 
    top left corner of the bounding box. </font></li>
  <li><font size="+1">The device context coordinates are in pixels, with the point 
    (0, 0) in the top left corner.</font></li>
	<img src="images/EllipseCoordinates.png">
</ul>
<hr>
<center><small>
	<a href='slide023.html'>prev</a>
	|<a href='slide001.html'>top</a>
	|<a href='slide025.html'>next</a>
</small></center>
</div>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?