代码搜索:TBitmap

找到约 563 项符合「TBitmap」的源代码

代码结果 563
www.eeworm.com/read/221376/14742255

pas sborders.pas

unit sBorders; interface uses Windows, Graphics, Classes, sConst, SysUtils; type TsBevelWidth = (bwThin, bwMedium, bwThick); procedure PaintRasterBorder(Bmp, Mask : TBitmap; Mode : inte
www.eeworm.com/read/107377/15608396

pas evbgraphics.pas

unit EvBGraphics; { Extensions on the Delphi Graphics unit. Contains an TBitmap extension that allows for reading and writing various bitmap file formats } interface uses Windows, Grap
www.eeworm.com/read/175176/9556144

xml delphiq2.xml

Which of the following are components? TBitmap TCanvas
www.eeworm.com/read/175176/9556478

xml delphiq2.xml

Which of the following are components? TBitmap TCanvas
www.eeworm.com/read/348737/10869226

pas tetrexpo.pas

unit teTrExpo; interface {$INCLUDE teDefs.inc} uses Windows, Messages, SysUtils, Classes, Consts, Graphics, TransEff; type TTEFrameEvent = procedure(Sender: TObject; Frame: TBitmap;
www.eeworm.com/read/479656/6689926

pas fununit.pas

unit fununit; interface uses Windows,SysUtils,Graphics; var username,password:string; login:boolean; reguser:boolean; key:string; //function createregion(wmask: tbitmap; wco
www.eeworm.com/read/221376/14742267

pas smaskdata.pas

unit sMaskData; {$I sDefs.inc} interface uses Graphics, sConst, sGradient, jpeg; type TsMaskData = record Bmp : TBitmap; ClassName : string; PropertyName : string; T
www.eeworm.com/read/203690/15353108

pas urtf.pas

unit urtf; interface uses SysUtils, Classes, Graphics; function BitmapToRTF(pict: TBitmap): String; implementation function BitmapToRTF; var bi,bb,rtf: string; bis,b
www.eeworm.com/read/420775/10775562

pas sborders.pas

unit sBorders; {$I sDefs.inc} interface uses Windows, Graphics, Classes, SysUtils, sMaskData; procedure PaintRgnBorder(Bmp : TBitmap; Region : hrgn; Filling : boolean; MaskData : TsMaskData;
www.eeworm.com/read/275682/10801657

pas sborders.pas

unit sBorders; {$I sDefs.inc} interface uses Windows, Graphics, Classes, SysUtils, sMaskData; procedure PaintRgnBorder(Bmp : TBitmap; Region : hrgn; Filling : boolean; MaskData : TsMaskData;