Top "Drawing" questions

Issues around forms and graphics being drawn onto a computer screen, windowing system or device

Create a colored bubble/circle programmatically in ObjectiveC and Cocoa

Can anyone guide me in the correct way to build a colored bubble/circle programmatically? I can't use images as …

objective-c cocoa drawing
How to draw a simple rounded rect in swift (rounded corners)

I managed to draw a rect :-) But I don't know how to draw a rounded rect. Can someone help …

ios swift drawing
Android canvas draw line - make the line thicker

This seems like it should be somewhat trivial, however in my android app, I am using canvas to draw a …

android graphics drawing draw android-canvas
How to animate scroll position? How to scroll smoothly?

I wish to move smoothly to next scroll position in my custom view (on button press or event). How to …

android animation scroll drawing
How to effectively draw on desktop in C#?

I want to draw directly on the desktop in C#. From searching a bit, I ended up using a Graphics …

c# drawing gdi buffer onpaint
Stretching an UIImage while preserving the corners

I'm trying to stretch a navigation arrow image while preserving the edges so that the middle stretches and the ends …

iphone ios4 ios5 uiimage drawing
C#: Draw one Bitmap onto Another, with Transparency

I have two Bitmaps, named largeBmp and smallBmp. I want to draw smallBmp onto largeBmp, then draw the result onto …

c# graphics drawing
Getting a DrawingContext for a wpf WriteableBitmap

Is there a way to get a DrawingContext (or something similar) for a WriteableBitmap? I.e. something to allow you …

wpf bitmap drawing
How to draw rectangle on MouseDown/Move c#

I am not quite sure how to draw a Rectangle (not filled) when I drag my mousedown while left clicking …

c# drawing draw
Drawing text in .NET

I'm doing some tests about drawing text in .Net and I had the following results. The first string is a …

c# .net drawing gdi+ drawstring