I want to make a haskell program where some shape is drawn in a window. When I click inside the window the color of the shape should change.
I am trying to implement a paint program in PyQt4. In the QGraphicsScene, I use the mouseMoveEvent to draw lines connecting the consecutive mouse co-ordinates.
I wrote an app which draws some text on the view using my own custom fonts, and the drawing takes about 200 ms on iPad with iOS 3.2, but after I installed iOS 4.2 BETA a month ago, it took more than 2
Just for context, I\'m using html5, css, and jquery. I\'d like to be able to draw curved lines with arrowheads between two elements on a web page.I\'ve nearly got it, but just can\'t wrap my head aro
Hey, I\'m trying to write a method that takes a starting Cartesian coordinate(x,y) an angle (in degrees), a length and a number of sides and draws a shape to an applet. So far thi开发者_运维知识库s is
In Wpf 4.0 you can turn off Text antialiasing for a Frameworkelement and all its children by putti开发者_如何转开发ng this e.g. in the main window:
In Wpf (4.0) my listbox (using a VirtualizingStackPanel) contains500 items. Each item is of a custom Type
I\'m looking for a library which will enable me to visualize some xml entities I have, and manipulate them graphically (something similar to a UML design package, but simpler), like a cyclic flow grap
I am trying to implement a html5 drawing app. Currently, I can allow for a drawn image to be saved. I want to be able to have a replay feature that redraws the image the same way that it was originall
I am writing a small diagram drawing application (similar to Graphviz in spirit), and need a GUI library that would allow me to embed a canvas capable of drawing anti-aliased lines and text. I want to