摘要: 1.生成等间距点背景图像 Width := 800Height := 600Step := 20GrayBackground := 230GrayGrid := 120Smoothing := 3* Generate the squared paper.gen_image_const (Image, 阅读全文
posted @ 2024-03-02 14:49 echo-efun 阅读(96) 评论(0) 推荐(0)
摘要: 1.默认参数设置 Text := '默认显示第一行'Text[1] := '默认显示第二行'Text[2] := '默认显示第三行'dev_disp_text (Text, 'window', 12, 12, 'black', [], []) 2.设置行、列值 dev_disp_text ('Row 阅读全文
posted @ 2024-03-02 14:39 echo-efun 阅读(1174) 评论(0) 推荐(0)