[Lazarus] Fillrect in Windows and other OS
Hans-Peter Diettrich
DrDiettrich1 at aol.com
Mon Jun 8 15:13:28 CEST 2009
Zaher Dirkey schrieb:
> Is there to ask canvas to fill the whale Rect include that pixels
> without expand the rect, the problem happing when try to flip drawing
> control from Right to Left execluded pixels apeared not painted when
> Right To Left order rects.
Use the width/height of the rectangle:
Right:=Left+Width;
Bottom:=Top+Height;
DoDi
More information about the Lazarus
mailing list