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

learn more… | top users | synonyms

161
votes
14answers
51k views

Auto Scale TextView Text to Fit within Bounds

I'm looking for an optimal way to resize wrapping text in a TextView so that it will fit within its getHeight and getWidth bounds. I'm not simply looking for a way to wrap the text- I want to make ...
27
votes
11answers
17k views

iPhone smooth sketch drawing algorithm

I am working on a sketching app on the iPhone. I got it working but not pretty as seen here And I am looking for any suggestion to smooth the drawing Basically, what I did is when user places a ...
41
votes
2answers
28k views

How to draw a line between draggable and droppable?

I'm using the excellent JQuery UI to do a "mapping" so the user can "map" persons from one program to persons from other program. using this simple JQuery: $(document).ready(function() { $("div ...
8
votes
8answers
11k views

Blackberry - how to resize image?

I wanted to know if we can resize an image. Suppose if we want to draw an image of 200x200 actual size with a size of 100 x 100 size on our blackberry screen. Thanks
14
votes
3answers
36k views

Android: How to overlay-a-bitmap/draw-over a bitmap?

I have two questions actually: Is it better to draw an image on a bitmap or create a bitmap as resource and then draw it over a bitmap? Performance wise... which one is better? If I want to draw ...
24
votes
9answers
30k views

How to render pdfs using C#

I want to load and draw pdf files graphically using C#. I don't need to edit them or anything, just render them at a given zoom level. The pdf libraries I have found seem to be focussed on ...
7
votes
3answers
31k views

Draw a circle with a radius and points around the edge

I'm really stuck on how to go about programming this. How to draw a circle in Java with a radius and points around the edge? I need to draw a circle within a JFrame with a radius and points around ...
11
votes
7answers
10k views

Android 2.1 View's getDrawingCache() method always returns null

I'm working with Android 2.1 and have the following problem: Using the method View.getDrawingCache() always returns null. getDrawingCache() should return a Bitmap, which is the presentation of View's ...
99
votes
9answers
86k views

Python - Best library for drawing [closed]

So I'm looking for a pretty basic library in python where i can create a window, and then draw lines and basic shapes too it. Nothing too complex, just nice and simple. I figure theres lots of ...
6
votes
5answers
10k views

Drawing incrementally in a UIView (iPhone)

As far as I have understood so far, every time I draw something in the drawRect: of a UIView, the whole context is erased and then redrawn. So I have to do something like this to draw a series of ...
8
votes
5answers
9k views

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 object from the Desktop HDC (null). Then, I painted normally using this Graphics object. The problem is ...
30
votes
6answers
20k views

Shape recognition algorithm(s)

Can anyone point me to a shape recognition algorithm, preferably in C#/Java but other languages are fine too.
14
votes
3answers
18k views

Convert bitmaps to one multipage TIFF image in .NET 2.0

How can i convert an array of bitmaps into a brand new image of TIFF format, adding all the bitmaps as frames in this new tiff image? using .NET 2.0.
2
votes
1answer
726 views

Java - opaque color

i am trying to draw some lines. Problem is about colors. For example. I have several lines of red color, and than i draw one line of blue color (or reversed). And sometimes, that lines those is more, ...
18
votes
5answers
18k views

How To: Best way to draw table in console app (C#)

I have an interesting question. Imagine I have a lot of data changing in very fast intervals. I want to display that data as a table in console app. f.ex: ...
1
vote
2answers
819 views

eraser not working in iOS drawing

I am working with drawing project, I have a eraser option, the code for which is given below, when I start my app, and draw some lines and use eraser, It works fine and I get eraser effect, now second ...
-1
votes
2answers
458 views

Can I draw on ImageView with finger touch [closed]

I want to write and draw line on UIImageview with touch moves. Is it possible to do so ? If Yes please give me an idea from where i can start it.
32
votes
5answers
36k views

How do I draw lines using XNA?

I've read a bunch of tutorials involving XNA (and it's various versions) and I still am a little confused on drawing primitives. Everything seems to be really convoluted. Can someone show me, using ...
12
votes
6answers
13k views

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 a problem with quality of result image. You can see screenshots and test code below. ...
8
votes
4answers
13k views

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 to call simple DrawLine/DrawRectangle/etc kinds of methods, rather than manipulate the ...
2
votes
2answers
3k views

Scaling/Translating a Shape to a given Rectangle using AffineTransform

I'm trying to scale/translate a java.awt.Shape with AffineTransform in order to draw it in a defined bounding Rectangle. Moreover, I want to paint it in a drawing Area having a 'zoom' parameter. I ...
12
votes
6answers
14k views

iOS open source drawing application source code [closed]

Where can I find a sample source code of a Quartz-based drawing application for iOS ? As there are tons of various drawing applications for iPhone/iPad around, I assume there must be some kind of an ...
12
votes
5answers
38k views

google maps API v3 - how to draw dynamic polygons/polylines?

I have 4 days of experience with Google Maps Javascript API and i find their documentation and information sharing confusing at best. Does anyone have experience or knowledge on how to draw ...
10
votes
4answers
8k views

How to detect iPhone movement in space using accelerometer?

I am trying to make an application that would detect what kind of shape you made with your iPhone using accelerometer. As an example, if you draw a circle with your hand holding the iPhone, the app ...
8
votes
2answers
14k views

How to draw a line between 2 elements using JQuery and refreshing that line?

I am using JQuery-UI draggables and droppables to clone elements onto a div. What is the best way to draw a line between elements on a page using JQuery. What is the best way to refresh lines on the ...
6
votes
2answers
1k views

Drawing part of a Bézier curve by reusing a basic Bézier-curve-function?

Assuming I'm using some graphic API which allows me to draw bezier curves by specifying the 4 necessary points: start, end, two control points. Can I reuse this function to draw x percent of the ...
2
votes
3answers
2k views

How can I draw sound data from my wav file?

First off this is for homework or... project. I'm having trouble understanding the idea behind how to draw the sound data waves on to a graph in Java for a project. I have to make this assignment ...
2
votes
2answers
5k views

Graphic - DrawLine - draw line and move it

In my .net c# program i draw few lines using values from text boxes (i use DrawLine function). I want to be able to move one of this lines by clik on it and move this line with mouse - is it possible? ...
8
votes
3answers
3k views

Drawing GOOD LOOKING (like in Flash) lines on canvas (HTML5) - possible?

Is there any way to draw a line using javascript and the canvas with "better" antialiasing, like Flash does? I know the Math.floor(coord)+0.5 trick to get an exactly 1 pixel line when you need it, ...
7
votes
2answers
7k views

How to generate an image from text on fly at runtime

Can anyone guide how to generate image from input text. Image might have any extension doesn't matter.
4
votes
3answers
5k views

Clear Canvas Rect (but keep background)

I'm trying to animate a circle and just moving it horizontally which works fine. However while the circle is moving, I have to do a clearRect over that circle so that it redraws it self in the ...
2
votes
2answers
6k views

is there source code available for any drawing application(like paint) in android?

is there source code available for any drawing application(like paint) in android?? Please provide some information on this Thanks.
7
votes
7answers
6k views

Drawing graphs on java

I want to draw graphs (nodes and edges) in Java. However, since I don't know how to go about it, I would like to have some advice before starting. How should I do this? use Graphics2D package, ...
4
votes
3answers
938 views

drawing on iphone

I am trying to develop an iPhone application for children which will be able to draw characters on screen with touch and I want to know how to match the character drawn with good character of the ...
3
votes
2answers
1k views

Any alternative to calling getGraphics() which is returning null

Frequently when I call getGraphics() it returns null, even if I set the xxx.getGraphics(); xxx to be visible (as a Google search shows...) But this doesn't work, and this frustrates me as it is easy ...
3
votes
2answers
6k views

Draw arc with 2 points and center of the circle

I have two points of circle and center of this circle. I want to draw an arc between these points. Method drawArc is to simple and doesn't fit my purpose. Anybody help?
4
votes
4answers
2k views

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 native Label with the FlatStyle set to System The second string is drawn using ...
2
votes
1answer
5k views

Saving Panel as an Image

I'm doing this paint application. It's kind of simple. It consist of a panel where I will draw on and then finally I will save as JPG or BMP or PNG file. My application work perfectly but the problem ...
40
votes
0answers
14k views

Android, google maps and drawing route [closed]

Few weeks ago I was searching form good example how to get points & draw the route on Google maps in Android OS. Here I post example... example URL you're going to parse is... ...
35
votes
1answer
9k views

Why is UIBezierPath faster than Core Graphics path?

I was playing around with drawing paths, and I noticed that in at least some cases, UIBezierPath outperforms what I thought would be a Core Graphics equivalent. The -drawRect: method below creates two ...
12
votes
3answers
11k views

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 are fixed. Here is the image that I'm trying to stretch: The following iOS 5 ...
10
votes
4answers
7k views

UIView: how to do non-destructive drawing?

My original question: I'm creating a simple drawing application and need to be able to draw over existing, previously drawn content in my drawRect. What is the proper way to draw on top of ...
7
votes
2answers
6k views

Android: How to get a custom view to redraw partially?

I have a custom view that fills my entire screen. (A piano keyboard) When a user touches the key, it causes invalidate() to be called and the whole keyboard gets redrawn to show the new state with a ...
8
votes
2answers
6k views

C# Drawing Arc with 3 Points

I need to draw an arc using GraphicsPath and having initial, median and final points. The arc has to pass on them. I tried .DrawCurve and .DrawBezier but the result isn't exactly an arc. What can I ...
6
votes
5answers
16k views

Draw a rectangle using Winforms

Can I draw a rectangle with mouseClick?My code is not working so far.Can you help me? private void panel1_MouseClick(object sender, MouseEventArgs e) { Graphics g = ...
4
votes
5answers
5k views

Core Animation or OpenGL ES?

I want to do the following: Tap the screen and draw 3 cricles around the the tapped point. Is it better to do this with Core Animation or OpenGL ES? Where do I start?
2
votes
1answer
5k views

WPF canvas drawing with Graphics

I'd like to ask if there is any possibility to draw on WPF Canvas with some kind of a Graphics type providing methods like: DrawLine, DrawPath etc.. (as it was in .NET 2). I know there's a lot of ...
2
votes
5answers
3k views

drawTextInRect on UITextField not called

I'm trying to implement the answer to this SO question. The problem is: -[drawTextInRect] is apparently not called, and setting the shadow in -[drawRect] doesn't make the UITextField's text shadowed. ...
2
votes
2answers
5k views

Partial transparency with C# .NET 3.5 WinForms?

I'm making a .NET 3.5 app with a form that draws a partially transparent black background. I'm overriding OnPaintBackground to accomplish this: protected override void OnPaintBackground( ...
1
vote
1answer
1k views

BlackBerry - Cropping image

i want to crop a part of Image ,for that i am using following code: int x=20; int y=50; int [] rgbdata=new int[(0+width-x+height-y)* (image.getWidth())]; image.getARGB(rgbdata, 0, ...

1 2 3 4 5 7