登录
首页 » 其他 » Delphi在Image控件中显示文字

Delphi在Image控件中显示文字

于 2022-02-05 发布 文件大小:338.72 kB
0 85
下载积分: 2 下载次数: 1

代码说明:

Delphi在Image控件显示和绘制文字,如何在控件中绘制和显示文字呢?请参考这个源码吧。。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 用API函数编写一个键盘处理程序,要求在窗口中绘制一个矩形,大小与颜色自己确定,当按光标键时,矩形能够随之移动,若按字符键时能够将按键的字符写在矩形中,写满自动...
    用API函数编写一个键盘处理程序,要求在窗口中绘制一个矩形,大小与颜色自己确定,当按光标键时,矩形能够随之移动,若按字符键时能够将按键的字符写在矩形中,写满自动清空。-used to prepare an API function keyboard handling procedures, requirements in the window drawing a rectangle, Size and color set ourselves that if the cursor keys, will be moved to rectangular, According to Key characters will be able to switch characters written on the rectangular, written all over automatically emptied.
    2023-03-01 00:55:03下载
    积分:1
  • 现代微机汇编语言程序设计编程学习资料
    现代微机汇编语言程序设计编程学习资料-compilation of modern computer programming language learning program design information
    2022-01-31 14:07:14下载
    积分:1
  • 12864中文资料,介绍了12864基本的用法
    12864中文资料,介绍了12864基本的用法-12864 Chinese information on the basic usage of the 12864
    2023-01-03 23:45:03下载
    积分:1
  • 数字滤波器源代码 Transmit signal through an AWGN channel
    数字滤波器源代码 Transmit signal through an AWGN channel-Digital Filter source code Transmit signal through an AWGN channel
    2022-02-14 22:22:25下载
    积分:1
  • Java中的Canvas绘图源码实例
    Java中的Canvas绘图源码实例,主要是画线条、弧线、圆角矩形、三角形、文字、圆形等简单的几何图形,主要是通过创建DrawingCanvas对象canvas,为canvas设置命令监听者,实现接口CommandListener的方法,把缓冲区图像的内容绘制到画布上,画图部分代码:   int w = getWidth(); // 画布的宽度   int h = getHeight(); // 画布的高度   Image buffer = Image.createImage(w, h); // 用于绘图的缓冲图像   Graphics gc = buffer.getGraphics(); // 获取缓冲图像的图形环境   // 清除画布   public void clearScreen() {    gc.setColor(255,255,255); // 设置绘图颜色为白色    gc.fillRect(0,0,w,h); // 把缓冲图像填充为白色    gc.setColor(255,0,0); // 设置绘图颜色为红色   }   // 绘制直线   public void drawLine() {    setTitle("直线"); // 设置画布的标题    clearScreen(); // 清除画布    gc.drawLine(10,10,w-20,h-20); // 绘制黑色直线    gc.setColor(0,0,255); // 设置绘图颜色为蓝色    gc.drawLine(10,h/2,w-10,h/2); // 绘制蓝色直线   }   // 绘制弧   public void drawArc() {    setTitle("弧线和填充弧");    clearScreen();    gc.drawArc(5,5,w/2-20,h/2-20,60,216); // 绘制弧线    gc.drawArc(5,h/2-10,w/2-20,h/2-20,0,360); // 绘制圆    gc.setColor(0,0,255);    gc.fillArc(w/2,5,w/2-20,h/2-20,60,216); // 绘制填充弧线    gc
    2023-04-11 05:50:03下载
    积分:1
  • 该程序实现两端的及时通信,使交流方便, 实现语言为java
    该程序实现两端的及时通信,使交流方便, 其实现语言为java-It helps you to chat with your friend from anywhere in the world .
    2022-05-09 00:41:45下载
    积分:1
  • 是一种主动探测工具pathChirp估计的可用带宽
    pathChirp is an active probing tool for estimating the available bandwidth on a communication network path. Based on the concept of "self-induced congestion," pathChirp features an exponential flight pattern of probes we call a chirp. Packet chirps offer several significant advantages over current probing schemes based on packet pairs or packet trains. By rapidly increasing the probing rate within each chirp, pathChirp obtains a rich set of information from which to dynamically estimate the available bandwidth.
    2022-01-25 22:17:59下载
    积分:1
  • labview 实验教材...供大家参考.
    labview 实验教材...供大家参考.-labview test materials ... for your reference.
    2022-02-11 18:15:54下载
    积分:1
  • chifafenxiqi chifafenxiqi chifafenxiqi chifafenxiqi
    chifafenxiqi chifafenxiqi chifafenxiqi chifafenxiqi-chifafenxiqi chifafenxiqi chifafenxiqi chif afenxiqi chif afenxiqi chifafen c. chifafenxiqi
    2023-04-09 23:45:04下载
    积分:1
  • C++MFC计算器
    一款简单的计算器的源代码,代码结构简单,通俗易懂,方便操作,功能齐全,是一个非常简单计算器,很有参考价值,对于初学者,也不难看懂程序,容易掌握C++编程流程,有分数类,有成员函数,析构函数等等,是包含各种基础知识的好例子。关于MFC的知识也包含非常全面,可以轻而易举地掌握C++工程语言。
    2022-03-03 12:49:08下载
    积分:1
  • 696518资源总数
  • 104226会员总数
  • 33今日下载