Top "Drawing" questions

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

Canvas.clipPath(Path) not clipping as expected

I'm trying to clip a canvas drawing operation to an arc-shaped wedge. However, I'm not getting the intended result after …

android drawing android-canvas image-clipping
Google Maps v3 - Delete vertex on Polygon

Google Maps has the Drawing library to draw Polylines and Polygons and other things. Example of this functionality here: http://…

javascript google-maps drawing polygon
Implementing smooth sketching and drawing on the <canvas> element

I am trying to create a drawing area with canvas. I am having trouble with making the lines look smooth …

javascript html canvas drawing paint
how to get Bitsperpixel from a bitmap

I have a 3rd party component which requires me to give it the bitsperpixel from a bitmap. What's the best …

c# drawing
What do you use to make programming flowcharts, diagrams, etc?

I've always just used OpenOffice Draw and it just occurred to me that there has to be something better out …

drawing diagram project-planning
What is the difference between System.Drawing.Image and System.Drawing.Bitmap?

I am confused what's the different between System.Drawing.Image and System.Drawing.Bitmap Can someone explain the major difference …

c# winforms image bitmap drawing
android: quality of the images resized in runtime

I want to show images using drawBitmap() method. But before I want to resize it according screen dimensions. I have …

android image drawing resize draw
Overlay blend mode formula?

I have 2 colors: 1 dynamically set and another that's always white 0.5 alpha. I want to calculate the resulting white color as …

ios colors drawing blending
How to turn off the anti-aliasing in WPF shapes?

I draw a rectangle using: <Rectangle Width="300" Height="100" Stroke="Blue" StrokeThickness="6"> </Rectangle> but there is anti-aliasing …

c# .net wpf graphics drawing