Message-ID: <3B753636.D7AD318E@t-online.de> Date: Sat, 11 Aug 2001 15:42:14 +0200 From: Robert Rossmair Organization: http://home.t-online.de/home/Robert.Rossmair/ X-Mailer: Mozilla 4.51 [de]C-CCK-MCD DT (WinNT; I) X-Accept-Language: de,en MIME-Version: 1.0 Newsgroups: borland.public.delphi.graphics Subject: Re: D6 flickering in graphics References: <3b73fd85_2@dnews> <3b740cec_1@dnews> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 217.2.1.36 X-Trace: dnews 997537327 217.2.1.36 (11 Aug 2001 06:42:07 -0700) Lines: 10 Path: dnews Xref: dnews borland.public.delphi.graphics:41193 David Lively schrieb: > 1. You're drawing to the TImage canvas, not the canvas of the graphic that > it's holding. If TImage holds a bitmap both are identical, i.e. TImage.Canvas = TImage.Picture.Bitmap.Canvas. If TImage doesn't hold a bitmap, TImage.Canvas is invalid. - Robert