文件名称:FillRect方法-Delphi7__图形图像编程
文件大小:628KB
文件格式:PPT
更新时间:2024-05-14 23:23:38
Delphi7 图形图像编程
(10)FillRect方法 [格式]:procedure FillRect(const Rect:TRect); (11)StretchDraw方法 [格式]:procedure StretchDraw(const Rect:TRect; Graphic:TGraphic); (12)TextOut方法 [格式]:procedure Textout(X,Y:Integer, const Text:String); (13)Polygon方法 [格式]:Procedure Polygon([Point(x1,y1),Point(x2,y2),Point(x3,y3),…]); (14)Chord方法 [格式]:Procedure Chord(X1,Y1,X2,Y2,X3,Y3,X4,Y4);