Top "Paint" questions

The act of displaying a GUI component on a screen output device

How to improve painting performance of DataGridView?

(sorry for bad English) I have a big problem with performance of DataGridView when it re-paints. I'm using a DataGridView …

.net winforms datagridview repaint paint
Open Source Web Based Image Editor

I'm looking for image editor with the same functionality with Paint. It should have at least basic features like: 1. Open …

web-applications paint image-editor
Displaying an ImageIcon

I am trying to display an image on a JPanel. I'm using an ImageIcon for rendering the image, and the …

java swing paint imageicon
How to draw a Round rectangle in java with normal rectangle outline

For my java application i need a Round rectangle with an outline that looks like a normal rectangle, like this …

java swing awt java-2d paint
How to create MS Paint clone with Python and pygame

As I see it, there are two ways to handle mouse events to draw a picture. The first is to …

python mouse pygame draw paint
C# How to draw in front of objects?

How do you draw a string that is supposed to be on top of everything else? Right now in my …

.net graphics user-controls paint drawstring
Android Paint stroke width positioning

Given this code to draw a line: Paint p; p = new Paint(Paint.ANTI_ALIAS_FLAG); p.setColor(android.graphics.…

android drawing paint stroke
Android: measureText() Return Pixels Based on Scaled Pixels

So I use Paint's measureText() method to measure the width of a segment of text, but I wanted to measure …

android paint text-size
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 fill color in image in particular area?

I want to fill the color in white area for Paint based application so please give me suggestion for how …

android image image-processing bitmap paint