The tag has no wiki summary.

learn more… | top users | synonyms

89
votes
10answers
61k views

Android Drawing Separator/Divider Line in Layout?

I would like to draw a line right in the middle of a layout and use it as a separator of other items like TextView. Is there a good widget for this. I don't really want to use an image as it would be ...
64
votes
8answers
63k views

Drawing a line/path on Google Maps

I've been busy for a long time finding out how to draw a line between two (GPS) points on the map in HelloMapView but with no luck. Could anyone please tell me how to do so. Suppose I use the ...
41
votes
1answer
21k views

Measuring text width to be drawn on Canvas ( Android )

Is there a method which returns the width ( in pixels ) of a text to be drawn on an Android canvas using the drawText() method according to the Paint used to draw it. Thx.
17
votes
5answers
3k views

Draw a music staff in C#

I am looking to draw a music staff on a .NET (C#) form. I am using Microsoft Visual C# 2010 Express. I was wondering if anyone knew of existing code or existing free .NET libraries that can help ...
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. ...
12
votes
5answers
377 views

How to get total area covered while drawing path on canvas android?

Im using below code to draw line on bitmap canvas while finger touch move... here i posted partial code and it is working fine.. As shown in below image, the black and white bitmap erased on touch ...
11
votes
2answers
25k views

Android: how to draw a border to a LinearLayout

I have three files. The XML, the draw function and the main Activity. I have some LinearLayout in my XML file. <LinearLayout android:orientation="horizontal" ...
11
votes
4answers
18k views

How to draw a gradient line (fading in/out) with Core Graphics/iPhone?

I know how to draw a simple line: CGContextSetRGBStrokeColor(context, 1.0, 1.0, 1.0, 1.0); CGContextMoveToPoint(context, x, y); CGContextAddLineToPoint(context, x2, y2); CGContextStrokePath(context); ...
11
votes
4answers
15k views

How to draw a line on an image in matlab?

I have two points lets say: P(x,y) [point lies at the top of image] P'(x',y') [point lies at bottom of image] Now i want to draw a line betwen these two points....and the line should appear on ...
10
votes
2answers
6k views

Android: looking for a drawArc() method with inner & outer radius

I have the following custom view: This I have achieved by using the Canvas' drawArc() method. However, with this drawArc() method I cannot limit the arc's inner radius. What I'd like to have is ...
10
votes
2answers
30k views

How to draw in jPanel? (swing/graphics Java)

Hey guys, I'm working on a project in which I am trying to make a paint program So far I've used netbeans to create a GUI and set up the program. As of right now I am able to call all the coordinated ...
10
votes
4answers
6k views

Distance between items in a Listview

I have a ListView in my Layout. <ListView android:id="@+id/list_infoitems" android:layout_width="fill_parent" android:layout_height="wrap_content"/> Every list ...
10
votes
1answer
4k views

ImageView with rounded corners and inner shadow

I need to make a thumbnail view with rounded corners and inner shadow. Usually I'm making ImageView frames with 9patches, which have served me well so far, but this time the effect I need requires ...
10
votes
1answer
315 views

Unwanted Warp effect drawing text on path android

I do some tests on drawing text on path. I made a background picture by setting bitmap to canvas. Then, I draw text on path to canvas, rotated by matrix. I have to shorten the code, I will only post ...
9
votes
5answers
7k views

How to draw a transparent stroke (or anyway clear part of an image) on the iPhone

I have a small app that allows the user to draw on the screen with the finger. Yes, nothing original, but it's part of something larger . I have a UIImageView where the user draws, by creating a ...
9
votes
3answers
2k views

How to draw a NSImage like images in NSButtons (with a deepness)?

Is there any way to draw an NSImage like images in NSButtons or other cocoa interface elements? Here are examples: Apple uses pdf's with black icons:
9
votes
1answer
3k views

What is the best way to draw text along with geometry?

In WPF, I'm starting to use classes such as LineGeometry, EllipseGeometry, GeometryGroup, Path... in order to draw 2D graphics. I chose these over shapes because I saw it could be faster thanks to the ...
9
votes
3answers
3k views

Java fast pixel operations

I would like to know how I would handle pixel operations best in Java. I'm using swing and drawing a rectangle of 1 by 1 pixel is terribly slow. I need to get 60 fps at least, without using too much ...
8
votes
1answer
558 views

How to draw a custom caption bar like the yahoo messenger 11

As you can see, Y! messenger 11 have used some techniques to draw a beautiful caption bar. Its window's like normal windows in the Win 7 but have a special caption. Is this a glass frame? How can i ...
7
votes
2answers
28k views

Beginner iphone question: drawing a rectangle. What am I doing wrong?

Trying to figure out what I'm doing wrong here. Have tried several things, but I never see that elusive rectangle on the screen. Right now, that's all I want to do -- just draw a single rectangle on ...
7
votes
3answers
17k views

Draw Rectangle in XNA using SpriteBatch

I am trying to draw a rectangle shape in XNA using spritebatch. I have the following code: Texture2D rect = new Texture2D(graphics.GraphicsDevice, 80, 30); Vector2 coor = new ...
7
votes
6answers
42k views

How to show x and y axes in a MATLAB graph?

I am drawing a graph using the plot() function, but by default it doesn't show the axes. How do we enable showing the axes at x=0 and y=0 on the graph? Actually my graph is something like: And I ...
7
votes
2answers
6k views

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 series of lines that are connected together. For some reason my lines are very very faint and ...
7
votes
4answers
5k views

How to draw on screen for Windows Metro Style Apps in C#?

I simply want the user to be able to draw on the screen with some sort of pointer. I already have the code working that captures the pointer's position, but I can't figure out how to place the ...
7
votes
3answers
1k views

Override onDraw() or draw()?

My project is based on surfaceView and up until now I've had all of my rendering in onDraw which I am overriding. All seemed to be OK. However, I've just updated my SKD and now it gives me an error ...
7
votes
1answer
308 views

Inner shadow on circle Android Canvas

I need to make inner shadow and gradient on Circle which I draw in onDraw() method of my view see this (sorry, because of I'm new to StackOverflow I can't post images yet) I figure out how to get ...
6
votes
9answers
24k views

How to draw a graph in PHP?

Hey I want to draw a graph(Stdent mark distribution) in my site based on PHP. How can I do this?
6
votes
7answers
17k views

Javascript draw dynamic line

I'm looking for Javascript code for letting the user draw a line (on an image). Just as the line tool in Photoshop (for example): The user clicks on the image, drags the mouse (while the line ...
6
votes
3answers
8k views

How can I draw a vertical line in an Activity when a button is pressed?

I want to draw a straight vertical line in my Android activity when a button is pressed. Please explain how I can draw the line with a position & length I want. Elaboration: I have a linear ...
6
votes
2answers
659 views

OCaml: draw binary trees

I am working on some programs using trees. I was wondering if there is any piece of code to draw general trees in OCaml. type Tree = Node of Tree * int * Tree | Child of int;; All I find on ...
6
votes
2answers
10k views

How to draw smooth images with C#?

I'm trying to draw images on a C# form (in PictureBoxes, as well as using Graphics.DrawImage()), and am looking for a way to draw them smooth. The images must be a format that supports transparency, ...
6
votes
2answers
1k views

iPad (very) simple drawing

I'm trying to implement a very simple drawing view in my app. This is only a small part of my app but it's turning into a real hassle. This is what I have so far, but all it's displaying right now is ...
6
votes
2answers
2k views

Android - Live Wallpaper offset clipping

I am writing a live wallpaper for android. To test my basic code was working I drew a rectangle in the top left-hand cornor of the screen: canvas.drawRect(0f,0f,50f,50f,paint); Half of the ...
6
votes
3answers
4k views

How to draw straight line between two controls in a user control?

I have a usercontrol named groupControl: It has two flowlayoutpanel - source panel and destination panel. It also has a button. I have another usercontrol named item. I will dynamically lay N item ...
6
votes
1answer
2k views

NetworkX node attribute drawing

Im using networkx for visualization. I see when I use the function draw_networkx_edge_labels I can retrieve the labels for edges. I want to print the attribute on node ( instead of the label).. try ...
6
votes
3answers
2k views

Draw on webcam using OpenCV

I want to draw/paint on a webcam screen using OpenCV. Since I'm reading from a cam, the frames are constantly changing, so I'm trying to figure out a way to keep or save the drawing on the current ...
6
votes
2answers
1k views

How to create update/draw loop appropriately with android opengl?

I wanted to write some simple game in android using opengl es but immediately ran into trouble with the main game loop. As I read here: ...
5
votes
6answers
4k views

Linux: Fastest way to draw

I need to draw an 2d-array of color triplets on the screen, what is the fastest way of doing that? The target language is C/C++ and the program has only to work on Linux, but platform independant ...
5
votes
1answer
4k views

How to draw gridline on WPF Canvas?

I need to build a function drawing gridline on the canvas in WPF: void DrawGridLine(double startX, double startY, double stepX, double stepY, double slop, double width, double ...
5
votes
1answer
3k views

HTML5 CANVAS draw image

Here is my question I kind of not understand what is the sx and sy is for in below function context.drawImage(Image, sx, sy, sw, sh, dx, dy, dw, dh); what I really mean is if we change the values ...
5
votes
2answers
1k views

Thick border of drawn string

Now I feel like I've been looking all over the internet to find out how to add a border on a text, so I decided to ask here, since you guys always knows the answer. So, how do I, in java, draw a ...
5
votes
1answer
3k views

Is there an SDK to draw lines on iOS with touch?

Is there a framework I can use to draw lines with touch. Basically I want to add ability for a customer to sign on iPad/iPhone and capture it as an image. Any help much appreciated. Thanks.
5
votes
2answers
1k views

c# XNA low frame rate

Ok, I have 80,000 "Box" Mesh with simple textures I have set a view distance and only draw the ones you can see which leave 600 to 1000 for the DrawModel function belowe The problume is I only get 10 ...
5
votes
3answers
2k views

Android: How to do this framing paint?

I Have Some static images like below: Now, I want is, when i touch on the face or hand, then the selected color should be fill on that skin portion. See below image of result: So how to get the ...
5
votes
3answers
5k views

Draw solid color triangle using XAML only

Is it possible to draw a filled in triangle using XAML only (not a code behind solution)? Triangle should be like on the image below to represent sort direction Ascending/Descending along with a sort ...
5
votes
1answer
3k views

how to get coordinates of a polygon in OpenLayers

I have been looking for how to determine coordinates of the points which consist a polygon(feature) in OpenLayers. Let's say I have created a polygon like the one in this example. I need to know the ...
5
votes
1answer
398 views

Is there a way to change the draw order in WPF

Is there a way to change the draw order of Controls in a StackPanel without changing the actual ordering of these controls in the StackPanel? The reason I ask is that we have a button bar with margin ...
5
votes
1answer
6k views

New to Android - Drawing a view at runtime

HI all, I'm just getting started with developing for Android. I'm looking to port one of my iPhone applications, but I'm kind of at a loss for how to draw a view at runtime (a view not declared in ...
5
votes
1answer
220 views

R: Generate coordinate data from user-drawn points?

I would like to add points manually to a plot (through mouse clicks) and then generate coordinate data from those points. Is there a package or a set of functions that would let me do this in R?
5
votes
5answers
916 views

More Efficient Method of Drawing Thousands of Particles (Java/Android)

So I'm writing a sort of particle simulator, like a "falling sand game" if you know what that is, and I've kind of hit a roadblock now. The way I'm doing this is I have a particle object that ...

1 2 3 4 5 24