Normally using GDI+ in Delphi you can use a TPaintBox, and paint during the OnPaint event: procedure TForm1.PaintBox1Paint(Sender: TObject);
We\'re developing a program that generates search feeds 开发者_如何学Cfor Google Search Appliance. We would like to use icons that would be associated with Google Search Appliance in the program inter
I never did to much GUI programming (besides a bit of QT and Delphi). I need to write simple GUI app which would interactively visualize graphs.
How to draw a triangle using SlimDX\'s Direct2D interface given triangle vertices are given in pixel coordina开发者_开发技巧tes?We just recently added a sample covering this topic to our repository. T
This is a homework question I am sorry but I am lost. What happens is the following I am asked to do a tiling of hexagons. Like the grid map in many Risk games and Wild Arms XF. I understand the curre
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Which kind of algorithm does Neatimage use to remove noise and grain from photos? I understand that this is proprieta开发者_如何学运维ry software, but probably someone has an idea. References to publi
I have a based image and some sprites on top of the basd image movieclip... Some of the sprites can be drawn by the user using graphics api in actionscript 3. I can draw things on the sprites but I ca
I want to make a simple Go board to design an Computer Go game. In a go game, you lie a \"stone\" (white or black) on a position where horizontal and vertical lines intersect.
Edit: Simple code I used to solve the problem in case anyone is interested (thanks to Fredrik): int windowOverlap(Rectangle rect1, Rectangle rect2)