| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 625 人关注过本帖
标题:帮助文档缺少BOX方法的内容
只看楼主 加入收藏
井绳
Rank: 2
等 级:论坛游民
帖 子:97
专家分:69
注 册:2010-6-29
结帖率:87.5%
收藏
 问题点数:0 回复次数:3 
帮助文档缺少BOX方法的内容
VFP9 SP2的帮助文档(王 苏 校对制作 2007-11-30)缺少表单BOX方法的帮助内容。
是我下载的版本不对,还是各版都如此?

搜索更多相关主题的帖子: 文档 BOX 
2010-07-12 09:13
中国龙王
Rank: 5Rank: 5
等 级:贵宾
威 望:16
帖 子:484
专家分:283
注 册:2006-5-17
收藏
得分:0 
不知道,反正我的也没有

不要为了打发无聊而做无聊的事!不要在虚幻的世界里做虚幻的事!
2010-07-12 12:33
茵梦湖
Rank: 11Rank: 11Rank: 11Rank: 11
等 级:贵宾
威 望:31
帖 子:545
专家分:2180
注 册:2009-4-25
收藏
得分:0 

你所说的 SP2王苏版, 我没有用过, 不知道。
 
但英文原版是有这个帮助文档的~
 
Visual FoxPro 9.0 SP2  
Box Method  

Draws a rectangle on a Form object. There are two versions of the syntax.

Object.Box(nXCoord1, nYCoord1, nXCoord2, nYCoord2)

Object.Box(nXCoord2, nYCoord2)

Parameters
nXCoord1, nYCoord1
Specifies the coordinates of the starting point for the rectangle. The ScaleMode method of the form determines the unit of measurement used. If you omit these arguments, the value of CurrentX and CurrentY are used.

nXCoord2, nYCoord2
Specifies the endpoint of the rectangle.

Remarks
Applies To: Form Object | _SCREEN System Variable

The width of the lines drawn depends on the DrawWidth property setting. How a rectangle is drawn on the background depends on the settings of the DrawMode and DrawStyle properties. When the Box method is called, the CurrentX and CurrentY properties are set to the endpoint specified by the last two arguments.

See Also
Reference
CurrentX, CurrentY Properties
DrawMode Property
DrawStyle Property
DrawWidth Property
ScaleMode Property

Other Resources
Methods (Visual FoxPro)
Language Reference (Visual FoxPro)
2010-07-12 16:28
mis09leo
Rank: 2
等 级:论坛游民
帖 子:33
专家分:39
注 册:2010-4-15
收藏
得分:0 

Box 方法
请参阅
 全部折叠 全部展开
在表单对象上画矩形。有两种版本的语法。

 
Object.Box(nXCoord1, nYCoord1, nXCoord2, nYCoord2)
 
 
Object.Box(nXCoord2, nYCoord2)
 

参数
nXCoord1, nYCoord1
指定矩形起始点的坐标。度量单位由表单的 ScaleMode 方法确定。如果省略了这些参数,则使用 CurrentX 和 CurrentY 值。
nXCoord2, nYCoord2
指定矩形的终点。
说明
应用于:Form 对象 | _SCREEN 系统内存变量

矩形的线宽由 DrawWidth 属性确定。如何在背景上绘出一个矩形取决于 DrawMode 和 DrawStyle 属性设置。当调用 BOX 方法时,将 CurrentX 和 CurrentY 属性设置为参数 nXCoord2 和 nYCoord2 指定的终点坐标。



2010-07-12 18:06
快速回复:帮助文档缺少BOX方法的内容
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.016911 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved