RE: [DUG] Delphi Canvas

2008-04-23 Thread Stephen Barker
Look at TPaintBox in ExtCtrls. Use it's OnPaint event to do the drawing onto it's canvas. Steve -Original Message- From: Bob Pawley [mailto:[EMAIL PROTECTED] Sent: Wednesday, 23 April 2008 5:26 p.m. To: DUG Subject: [DUG] Delphi Canvas I want to create an interface using

Re: [DUG] Delphi Canvas

2008-04-22 Thread Jeremy North
Create a new control that descends from TGraphicControl and override the Paint method. Add some properties and Paint away on the canvas provided. On Wed, Apr 23, 2008 at 3:25 PM, Bob Pawley [EMAIL PROTECTED] wrote: I want to create an interface using TCanvas (or equivalent) to graphically