Top "Drawing" questions

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

Some tips for more effective white-boarding?

I am occasionally called upon impromptu to white-board (non-virtually) data flows, architecture diagrams etc., for both a technical and non-technical …

drawing diagram whiteboard
Easy to use drawing library in c or c++?

I'd need a very easy to use drawing c or c++ library. This means that I don't need to put …

c++ c drawing drawing2d
"The file.docx cannot be opened because there are problems with the contents." Location part:/word/document.xml

Several users have been facing the document corruption issue very repetitively. We have an application that stores Word documents on …

xml ms-word drawing corruption word-2010
Iphone How to make context background transparent?

CALayer *sublayer = [CALayer layer]; /*sublayer.backgroundColor = [UIColor blueColor].CGColor; sublayer.shadowOffset = CGSizeMake(0, 3); sublayer.shadowRadius = 5.0; sublayer.shadowColor = [UIColor blackColor].CGColor; sublayer.…

ios iphone drawing calayer cgcontext
Social network directed graph library for .NET

I am on a project where I have multiple users of a portal and they are connected to other users …

c# asp.net drawing social-networking
Drawing Library for Ruby

I am trying to code a flowchart generator for a language using Ruby. I wanted to know if there were …

ruby graphics drawing
Punch a hole in a rectangle overlay with HW acceleration enabled on View

I have a view which does some basic drawing. After this I want to draw a rectangle with a hole …

android graphics drawing hardware-acceleration porter-duff
How do I draw an half Circle in opengl

I use this method which works perfectly to draw a full circle(might be typos in code text I wrote …

java javascript opengl drawing jogl
How to autoresize sublayers

I have an imageview and on button click I draw some bezier paths and some text layer too. On undo, …

iphone ios objective-c drawing uibezierpath
refresh drawing area in gtk

I have a bunch of drawing areas (they are actually cairo surfaces, but I don't think it matters too much) …

gtk drawing refresh pygtk area