I have a Windows App with custom dialog forms. i was wondering if it is possible to use a custom graphic with a shadow as the actual form instead of the box shaped form. I have already been able to cr
I simply cannot find any documentation on开发者_开发知识库 what I\'m supposed to include in my Feature Graphic. The only info listed is:
how i use #include <graphic.h> i开发者_如何学Cn windows 7 and i use graphic function in visual studio c++ or borland c++???
I need to show a \"graphic\" with part of the box colored in. In the box it it will have text, but then I want to be able to put a color on开发者_运维技巧 the background to show how high the numbers
i ran into a strange problem when trying to flip the y-axis of a coordinate system that im creating: private AffineTransform getTransform() {
I copied this code from a tutorial site because I am trying to learn it. But I am getting an error at
I want to draw an arrow using Graphic fillpolygon. But my arrow head is in a re开发者_如何学Goverse side. Any idea?
I am trying t开发者_如何学JAVAo write a MEL script that will draw simple implicit surfaces in Maya. I have had a search online but could not find that much on the topic.
I have created a UIColor object and want to set the colors before drawing using CGContextSetRGBStrokeColor. In order to do that I need to extract the values of red, green and blue from the UIColor obj
im using IMAGETTFTEXT function in php for writing text on some images.now i want to write html tags on my image,for example IMG tag.