A tag for questions about methods of displaying graphical data or images.
I am trying to draw a rectangle shape in XNA using spritebatch. I have the following code: Texture2D rect = …
c# xna drawi need to draw lines between 2 element on html page the results should be like this: http://img2.timg.co.…
javascript jquery html html5-canvas drawI'm currently working on the menu system for my Java game, and I wonder how I can center the text …
java text draw centering graphics2dI want to draw a Free Hand Polygon on the Map in Google Map V2. This task was possible with …
android google-maps overlay draw polygonI have a short question: Suppose I have a (mutable) bitmap that I need to modify (add images, texts, etc...) . …
android bitmap draw android-canvas mutableMy goal for my app is for the user to be able to sort through different scheduling options by swiping …
iphone objective-c draw rectanglesI know how to draw a simple line: CGContextSetRGBStrokeColor(context, 1.0, 1.0, 1.0, 1.0); CGContextMoveToPoint(context, x, y); CGContextAddLineToPoint(context, x2, y2); CGContextStrokePath(context); …
iphone core-graphics draw gradientIn C#, WPF I've created a rectangle: Rectangle myRgbRectangle = new Rectangle(); myRgbRectangle.Width = 1; myRgbRectangle.Height = 1; SolidColorBrush mySolidColorBrush = new SolidColorBrush(); Yes, …
wpf draw rectanglesI want to develop a custom component which draws part of the circle based on different values. e.g draw 1/4 …
android animation draw