Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sevenmiles

  1. sevenmiles

    TImage and background bitmap

    Being new to Delphi, I am on a steep learning curve, and I want to round off this thread with what I have learnt. - Do not use a class derived from TImage for this purpose. TImage is meant to display pictures, and has a Paint method that automatically executes when the picture is changed, as for...
  2. sevenmiles

    TImage and background bitmap

    Steve, Thanks a lot. Including the inherited Paint did the trick. Using Stretch is no solution, because I want the lines to stay 1 pixel wide no matter how big the graph becomes. Bjorn
  3. sevenmiles

    TImage and background bitmap

    I try to write a component based on TImage, and use a background bitmap for drawing. I cannot get the drawing to be the same size as the image control, it remains about 100x100 pixels even if the control is much bigger when I place it on the form. Here is my code. I have removed everything not...

Part and Inventory Search

Back
Top