代码搜索:TBitmap
找到约 563 项符合「TBitmap」的源代码
代码结果 563
www.eeworm.com/read/447524/7549821
pas gr32_dsgn_bitmap.pas
unit GR32_Dsgn_Bitmap;
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may n
www.eeworm.com/read/447524/7549836
pas gr32_filters.pas
unit GR32_Filters;
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not u
www.eeworm.com/read/447524/7549867
pas sxskinpaintbox.pas
unit SXSkinPaintBox;
////////////////////////////////////////////////////////////////////////////////
// SXSkinComponents: Skinnable Visual Controls for Delphi and C++Builder //
//----------
www.eeworm.com/read/444955/7602203
pas pseffect.pas
{------------------------------------------------------------------------------}
{ }
{ PicShow v4.04
www.eeworm.com/read/440414/7689667
h weiqiply.h
//---------------------------------------------------------------------------
#ifndef weiqiplyH
#define weiqiplyH
//---------------------------------------------------------------------------
#inc
www.eeworm.com/read/439869/7697959
cpp unit2.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Unit2.h"
//--------------------------------------------------------------
www.eeworm.com/read/437839/7741181
txt 保存窗体为图片.txt
var
bit: TBitmap;
begin
bit := TBitmap.Create;
bit.Width := Width;
bit.Height := Height;
BitBlt(bit.Canvas.Handle, 0, 0, Width, Height, GetWindowDC(Handle), 0, 0, SRCCOPY);
bit.Save
www.eeworm.com/read/436097/7776485
pas atxiconsproc.pas
unit ATxIconsProc;
interface
uses
Windows, Controls;
procedure FSaveIcons(IL: TImageList; const FN: string);
procedure FLoadIcons(IL: TImageList; const FN: string);
implementation
u
www.eeworm.com/read/436097/7776677
pas atximageproc.pas
unit ATxImageProc;
interface
uses
Windows, Graphics, ExtCtrls;
type
TATImageEffect = (
aieCorrectOnly,
aieRotate90,
aieRotate270,
aieGrayscale,
aieNegative,
www.eeworm.com/read/436001/7779454
pas skingraphic.pas
unit SkinGraphic;
interface
uses Windows,SysUtils,Classes,Graphics,Jpeg;
type
TSkinGraphic = Class (TJPEGImage)
private
protected
public
procedure LoadFromFile(const FileName: