New topic: Canvas Drawing Problem
<http://forums.realsoftware.com/viewtopic.php?t=35646> Page 1 of 1 [ 2 posts ] Previous topic | Next topic Author Message Augmented Post subject: Canvas Drawing ProblemPosted: Wed Sep 29, 2010 3:57 am Joined: Wed Oct 28, 2009 10:14 am Posts: 6 Hello there; I made a program that draws lines according to some data input on some sort of X-Y axis. I use this method to draw the lines; Code:myCanvas.Graphics.DrawLine x,y,z,c The problem is, when I try to print it, the lines drawn does not appear in the printout. I use this method to print; Code:dim g as graphics dim pict as picture = newpicture (self.Width, self.Height, 32) -- Over 1500 classes with 29000 functions in one REALbasic plug-in collection. The Monkeybread Software Realbasic Plugin v9.3. http://www.monkeybreadsoftware.de/realbasic/plugins.shtml [email protected]
