Enter Keywords:
1 - 10 of 180(0.021 seconds)
Sort By:
 
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...
Zones: Delphi ProgrammingDate Answered: 08/01/1997 Rating: 7.6 Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 10/25/1998 Rating: 5.8 Views: 0
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...
Zones: JavaDate Answered: 05/27/1999 Rating: 8.2 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....
Zones: JavaDate Answered: 01/26/2000 Rating: 8.8 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...
Zones: Delphi ProgrammingDate Answered: 01/26/2000 Rating: 7.4 Views: 0
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...
Zones: Java, New To JavaDate Answered: 07/10/2000 Rating: 4.4 Views: 0
I want to draw line, which is 5 cm in resolution 800x600 and 1024x768. How to do this?
Zones: Delphi Programming, Delphi P...Date Answered: 08/31/2000 Rating: 7.6 Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 11/10/2000 Rating: 6.6 Views: 0
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...
Zones: Delphi Programming, Delphi Com...Date Answered: 11/10/2000 Rating: 5.4 Views: 0
Hy! How can I get the text of my TRichEdit with it font-styles (colors, sizes...) to a Canvas? I want to print the text of the TRichEdit Component but not with TRichEdit.Print because on the pa...
Zones: Delphi Programming, Delphi P...Date Answered: 02/17/2001 Rating: 8.6 Views: 0