I\'m searching a performanc开发者_运维知识库e problem in the Drawing part of my xna code for windows phone 7 that occures sometimes after some seconds. Is there a best practice how/when to call the Sp
I am trying to use draw feature of openlayer (polygon). It is possible for the end user to draw a polygon. But I w开发者_运维问答ant to draw the polygon through java script. I am trying to use insertX
I have some codes that draw image using c++\'s CDC. Now I am trying to use those codes as it is to draw image in java canvas. Is this really possible or impossible? I 开发者_如何学Pythonwill wait your
Does anyone kno开发者_运维知识库w how i can draw programmatically in android something like this (without using opengl)?
Can any one help me to draw a cylinder in OpenGL-es android. Whatever i draw its look like a rectangle.
I\'ve got a panel which is placed on top of another view via a relativelayout. I would like to give this panel a transparent background, but didn\'t find the correct way to do this after searching fo
I have a drawingView of type UIView where I can draw pictures. But this method save just I white area without my drawn picture. Why?
i have an app [window based]that I need to \"draw\" some images in the screen, [I开发者_JS百科m following a sample project that implements some custom chart drawings, doing this, but it doesn\'t use U
I have ImageButton which create inside the code, // Create Button ImageButton imageButton = new ImageButton(mContext);
I draw list view items with OwnerDraw, but I have bugs: please resize a column-> you will have a horizontal bar, scroll it -> items are drawn on a visible area :(