Zoom optimized now.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1737 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
yangjixian
2011-07-05 04:15:54 +00:00
parent 1bcf7f4580
commit 2bd3df926b
4 changed files with 43 additions and 35 deletions

View File

@ -1,3 +1,15 @@
{
Authors: Felipe Monteiro de Carvalho, Yang JiXian
License: The same modifying LGPL with static linking exception as the LCL
This unit implements the TDLBitmap class which has similar property "ScanLine"
of Delphi TBitmap. With this property we can reuse some classic code of delphi
to yield our platform independent bitmap class. We hope it simple and powerful.
Also some useful image process function has been added into the class.
}
unit DLBitmap;
{$mode objfpc}{$H+}