-
源码演示Delphi 如何放大和缩小图像【图片】
源码演示Delphi 如何放大和缩小图像【图片】,我们这个例子可以学习了解如何使用Delphi编程代码,放大或缩小一张图片,这里把放大和缩小图片的基数写在按钮事件中,用户每次单击按钮,就会按照一定的缩放倍数放大或缩小图像,本示例测试图片已写入程序中,编译运行后操作并演示效果,对图像的缩放部分,重点参考以下代码:
图片缩小操作:
procedure TForm1.BitBtn1Click(Sender: TObject);
begin
if image1.Height>50 then
begin
image1.Height:=image1.Height-10;
image1.Width:=image1.Width-13;
end;
end;
图片放大操作:
procedure TForm1.BitBtn2Click(Sender: TObject);
begin
if image1.Height
- 2023-04-18 03:35:03下载
- 积分:1
-
1000y可编译
网游《千年》的源码,可供学习之用,delphi的(The Source Code of Millennium Online Games)
- 2020-06-22 23:00:02下载
- 积分:1
-
Form-the-adaptive-resolution
窗体分辨率自适应这是一个小小的程序例子,可以让大家进行学习的(Form resolution this is a small program example, can let you learn)
- 2014-01-19 10:49:24下载
- 积分:1
-
del83145235244
说明: 服务通讯程序,采用服务+客户端模式,有源代码可以自己修改研究(Services, communication procedures, using service+ client mode, the active code can modify their own research)
- 2010-03-29 16:29:18下载
- 积分:1
-
cheat-engine-master
CE6.5.1官方源码黑人修改版本CE6.5.1 official source black modified version(CE6.5.1 official source black modified version)
- 2016-06-27 10:57:15下载
- 积分:1
-
Client/Server版本 DBISAM compiles directly into your application with no external...
Client/Server版本 DBISAM compiles directly into your application with no external libraries required. Runtime package support is also provided if so desired. It has a very small footprint and does not require any forms support in Delphi 6, C++Builder 6, and Kylix 2 and higher, which helps keep the size of non-UI applications like services or web applications to a minimum.-Client/Server edition DBISAM compiles directly into your application with no external libraries required. Runtime package support is also provided if so desired. It has a very small footprint and does not require any forms support in Delphi 6, C++Builder 6, and Kylix 2 and higher, which helps keep the size of non-UI applications like services or web applications to a minimum.
- 2023-03-26 02:30:04下载
- 积分:1
-
大富翁离线数据库1998(本系列包含1998-2008全套离线库,精彩不容错过)...
大富翁离线数据库1998(本系列包含1998-2008全套离线库,精彩不容错过)-delphibbs
- 2022-03-23 18:00:56下载
- 积分:1
-
delphi 注册文件类型 添加到右键菜单
delphi 注册文件类型 添加到右键菜单-delphi regedit
- 2023-07-15 14:15:02下载
- 积分:1
-
显示键盘按键
delphi版的显示键盘按键,运行程序,窗体上会时时显示你的键盘按键,很赛奥
- 2022-03-17 20:16:21下载
- 积分:1
-
PCRat源码
安卓远控源码,可用电脑远程控制安卓手机。(Android remote control source)
- 2020-08-15 10:48:28下载
- 积分:1