tips
[Top] [All Lists]

A small correction to the picture scaling tip

To: "REALbasic Tips" <realbasic-tips at lists dot realsoftware dot com>
Subject: A small correction to the picture scaling tip
From: Geoff Perlman <geoff at realsoftware dot com>
Date: Thu, 20 Sep 2001 15:53:55 -0500
To use the example code, you will need to add a property to the window (Pic as Picture) and then add the following code to the paint event of the canvas
control:

  if pic <> nil then
    g.DrawPicture pic,0,0
  end if
--

Geoff Perlman
President & CEO
REAL Software, Inc.
http://www.realsoftware.com
mailto:geoff at realsoftware dot com
Phone: 512-263-1233 x711
Fax:   512-263-1441


 - - - - - - - - - -
Got a useful tip to share? Send it to us at:
REALbasic-tips at lists dot realsoftware dot com dot
For list commands, send "Help" in the body of a message to
<requests at lists dot realsoftware dot com>


<Prev in Thread] Current Thread [Next in Thread>
  • A small correction to the picture scaling tip, Geoff Perlman <=