TTeeFilter.Apply
TTeeFilter
procedure Apply(Bitmap: TBitmap); overload;
Unit
TeCanvas
Description
Processes pixels in the R rectangle area of Bitmap parameter.
Each filter class does a different processing.
See the TTeeFilter class description for an example.
var i : TInvertFilter;
i:=TInvertFilter.Create(nil);
i.Apply(MyBitmap, Rect(10,10,50,100) );
i.Free;
Submit your feedback about this page.
Copyright 1995-2007 © by Steema Software. All Rights Reserved.