Now i am doing one Puzzle. want to match the 开发者_Go百科Correct Pair Via Dots. suppose if we connect mismatch pair it want to show alert as well as automatically remove that drawn lines. Now all fun
I am trying to draw a rectangle shape in XNA using spritebatch. I have the following code: Texture2D rect = new Texture2D(graphics.GraphicsDevice, 80, 30);
I\'m using quartz-2d to do a school project. I have implement a user interface like the following.开发者_JS百科
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I need to draw some graphics objects on a JPanel in a JApplet, they are Graphics2D objects. Here is some visual help
I want a gloss effect like that images sent in native sms app, I saw that native sms app used开发者_开发知识库 a ImageBubbleMask and a ImageBubble to achieve the effect. Can anybody tell me how to do
how to setup opengl to use glTextParameteriv correct. The following code works in emulator but not on my htc desire with cyanogen mod 7. Maybe someone can try it with his own phone?
I have parent-child information in a table with GroupID (TreeID.) From this table I want to derive something like this:
i already can draw a listbox item rectangle in the listbox Drawitem event properly like this \'// Draw border ACA899
Hello What i need to do is when i click an image outside the canvas it calls a javascript function to draw something on the HTML5 canvas.