正在加载图片...
1.Line方法 Line方法的作用是在对象上画直线和矩形。它的语法格式如下所示: Object Line[Stepl(xl, 1)Stepl(x2, y2), Colorl, BIFI 2 Circle方法 在对象上画圆、椭圆或弧。这种方法的语法是: Object. Circle[Stepl (x, Y), Radius, Color, Start, End, Aspect 3PSet方法 将对象上的点设置为指定颜色。这种方法的语法为: Object PSet (Stepl(x, y), I Colorl 4 Point方法 按照长整数,返回在Form或 Picture Box上所指定磅的红绿蓝(RGB)颜色。不 支持命名参数。其语法如下 Object Point(x, y) 5 Paintpicture方法 用以在Form, PictureBox或 Printer上绘制图形文件 (bmp、wmf、,emf、cur、ico或.dib)的内容。不支持命名参数。其语法格 式如下: Object PaintPicture picture, xl, yl, widthl, height1, x2, y2, width2, height2, opcode图形方法 1. Line 方法 Line 方法的作用是在对象上画直线和矩形。它的语法格式如下所示: Object.Line [Step] (x1, 1) [Step] (x2, y2), [Color], [B][F] 2.Circle 方法 在对象上画圆、椭圆或弧。这种方法的语法是: Object.Circle [Step] (X, Y), Radius, [Color, Start, End, Aspect] 3.PSet 方法 将对象上的点设置为指定颜色。这种方法的语法为: Object.PSet [Step] (x, y), [Color] 4.Point 方法 按照长整数,返回在Form 或 PictureBox 上所指定磅的红-绿-蓝(RGB) 颜色。不 支持命名参数。其语法如下: Object.Point(x, y) 5.PaintPicture 方法 用以在Form, PictureBox 或 Printer 上绘制图形文件 (.bmp、.wmf、.emf、.cur、.ico或.dib)的内容。不支持命名参数。其语法格 式如下: Object.PaintPicture picture, x1, y1, width1, height1, x2, y2, width2, height2, opcode
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有