您现在的位置:首页 >> 图形媒体 >> 图形媒体 >> 列表
图形媒体
  • Delphi图像分割 2011-09-03 点击:632 评论:0
  • //预定义var //在此之前可用const定义常量 //定义图像绘制序列 Pic:array[1..16] of byte=(2,2,2,3,3,3,4,4,5,4,5,4,9,...
  • Delphi音量调节及静音 2011-09-03 点击:561 评论:0
  • 本人编写了一个单元,四个函数,分别用于获取音量(GetVolume(DN))、设置音量(SetVolume(DN,Value))、获取静音(GetVolumeMute(DN))及设...
  • Delphi将JPG分割到三个TImage里面的例子 2011-09-03 点击:787 评论:0
  • procedureTForm1.Button1Click(Sender:TObject);varRect1,Rect2,Rect3:TRect;bmp:TBitmap;w,h:in...
  • CopyRect函数实例 2011-09-03 点击:517 评论:0
  • unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Control...
  • Delphi实现图象灰度处理的3种方法 2011-09-03 点击:686 评论:0
  • 1、最大值法:使R、G、B的值等于3值中最大的一个,即:R=G=B=max(R,G,B)最大值法会使形成高亮度很高的灰度图象varbitmap:tbitmap;i,j:intege...
  • 用Delphi编写涂鸦桌面的小程序 2011-09-03 点击:640 评论:0
  • 首先,新建一个Application,将Form1的WindowState设为wsMaximized,BorderStyle设为bsNone。这样做的目的就是可以使窗口的Clien...
  • Delphi中一个BMP图片转ICO文件的函数 2011-09-03 点击:809 评论:0
  • typeTIconDirEntry = packed recordbWidth:Byte;bHeight:Byte;bColorCount:Byte;bReserved:Byte;...
  • Delphi写的一个屏幕截取函数 2011-09-03 点击:693 评论:0
  • procedure CopyScreen(x : integer; y : integer; Width : integer; Height : integer; bm : TBi...
  • Delphi中PlaySound()函数应用 2011-09-03 点击:1021 评论:0
  • functionPlaySound(pszSound:PChar;hmod:HMODULE;fdwSound:DWORD):BOOL;stdcall;   其中的fdwSound为...
  • Delphi中使用DirectX截屏函数 2011-09-03 点击:2286 评论:0
  • procedure CaptureScreen(Const FileName: string);var BitsPerPixel: Byte; pD3D: IDirect3D9; ...
  • 盒子文章(www.2ccc.com) © 2024 版权所有 All Rights Reserved.
  • 沪ICP备05001939号