代码搜索:TBitmap
找到约 563 项符合「TBitmap」的源代码
代码结果 563
www.eeworm.com/read/377072/9295947
~pas graphicsconversionslibrary.~pas
// Load various graphics formats (BMP, JPG, WMF, EMF, ICO, GIF) into a
// pf24bit TBitmap. The use of a pf24bit TBitmap avoids any palette issues.
//
// For GIF support, Anders Melander's TGIFImag
www.eeworm.com/read/377072/9295953
pas graphicsconversionslibrary.pas
// Load various graphics formats (BMP, JPG, WMF, EMF, ICO, GIF) into a
// pf24bit TBitmap. The use of a pf24bit TBitmap avoids any palette issues.
//
// For GIF support, Anders Melander's TGIFImag
www.eeworm.com/read/177791/9432001
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, StdCtrls;
type
TForm1 = class(TForm)
OrigImg: TImage;
Button1
www.eeworm.com/read/169489/9855939
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Unit2, ExtCtrls, StdCtrls;
type
TForm1 = class(TForm)
Button1: TBu
www.eeworm.com/read/169489/9856727
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, StdCtrls;
type
TForm1 = class(TForm)
OrigImg: TImage;
Button1
www.eeworm.com/read/169489/9857068
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, jpeg, StdCtrls, ExtCtrls;
type // For scanline simplification
TRGBAr
www.eeworm.com/read/169489/9857293
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Unit2, ExtCtrls, StdCtrls;
type
TForm1 = class(TForm)
Button1: TBu
www.eeworm.com/read/363340/9958370
pas unitcapscreen.pas
unit unitCapScreen;
interface
uses
Windows,
SysUtils,
Graphics,
Jpeg,
UnitFunciones;
procedure CapturarPantalla(NivelCompresion : integer);
implementation
procedure Cap
www.eeworm.com/read/363340/9958374
pas unitwebcam.pas
unit UnitWebcam;
interface
uses
Windows,
Sysutils,
Graphics,
Jpeg;
const
WM_CAP_START = $0400;
WM_CAP_DRIVER_CONNECT = $0400 + 10;
WM_CAP_DRIVER_DISCONNECT = $0400 + 11;
www.eeworm.com/read/165658/10055078
pas ntview.pas
unit NTView;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls;
type
TfrmNTV = class(TForm)
pb1: TPaintBox;