I have a TBitmap (Bitmap1) that I move around a TForm (Form1).
I use a TTimer (Timer1) to control the move of Bitmap1 and the repaint of the Form1. The only things I do in the OnTimer-event of Tim...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10018788.html
Maybe question can be applied particularly to the Pixels property of the TCanvas.
I understand the accessing Pixels requires Canvas to perform one of it methods, and accessing it from assembly lang...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10090426.html
I want to draw a big drawing(larger than any window) in a canvas that i have created.
because i can't show the whole draw in the canvas, i want to put the canvas in a scrol pane.
from that point (w...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10154327.html
Zones:
JavaDate Answered: 05/27/1999 Grade: C Views: 0
i have a canvas in a JPanel . how can i add a scroll bar so that when the
pic. drawn on the canvas exceeds the size of the canvas scrollbars should appear automatically.
this is what i am doing....
http://www.experts-exchange.com/Programming/Languages/Java/Q_10254254.html
Zones:
JavaDate Answered: 01/26/2000 Grade: B Views: 0
Hello everyone,
I want to add Canvas property
in TRichedit. I tried by creating
a new component, inheriting from
TRichedit, then when i added the
canvas property, i get the message:
"not in...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10265145.html
I use the following code to convert a canvas to an image.
Dimension dim = canvas.getSize();
Image im = canvas.createImage(dim.width, dim.height);
Graphics g = im.getGraphics();
canvas.paint(g...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10576721.html
I am having a canvas inside a scrollpane.I paint some strings on to the canvas but i am not able to achieve scrolling.....Can you help me achieve this scrolling......both vertical and horizontal......
http://www.experts-exchange.com/Programming/Languages/Java/Q_10907683.html
Zones:
JavaDate Answered: 08/05/2000 Grade: B Views: 0
I want to draw line, which is 5 cm in resolution 800x600 and 1024x768. How to do this?
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_11130405.html
Hi boys!
Is there a way to get the size of a canvas (left, right width and height). I want to send an components canvas to a function (Not the component) to add an Image to it, now I don't know...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_11809782.html
I'm back,
This should not be a very hard one, I tried to create a very simple new component based on the TPanel, the only thing I want to do is to publish its Canvas property, like this:
type...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_11819899.html