Tagged Questions
0
votes
0answers
13 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 ...
0
votes
1answer
79 views
Unable to draw a circle in google maps? [closed]
i have a problem when i want to draw a circle in my map, but i dont find why. Please do somebody can tell me my problem, by the by i´m new using this platform and my english is not very well, so this ...
3
votes
2answers
673 views
Drawing a filled circle or rectangle inside a DataGridViewCell in C# Winforms
I want to draw a small filled circle in the center of a DataGridViewCell. A rectangle can do the trick as well. I assume I must do it in the CellPainting event.
I have tried this:
if (e.RowIndex ...
0
votes
1answer
161 views
Drawing a circle by four equally distributed quarter in android [closed]
I want to draw a circle as I mentioned on the topic, actually I can draw circle but I could not separate it 4 equal pies and estrange them from the circle a little bit.
(like this: ...
0
votes
2answers
702 views
Draw a semi ring - JavaFX
I would like to know how to draw a semi circle in JavaFX. I tried to use Shape and QuadCurve but I couldn't make a perfect semicircle.
Here is a picture of what I'm trying to draw :
2
votes
2answers
105 views
Stupid Math issue
Look at the gray circles along the lines, they need to be placed equally to represent the hours, here is my code for that, where did i go wrong?
for (int i=0;i<12;i++)
{
...
0
votes
1answer
327 views
How to grow/shrink a circle from/to a point in JAVA?
I initially start with a circle and when the start button is pressed the circle must shrink to a point and if the stop button is pressed during that process, it should stop the shrink process. If the ...
1
vote
1answer
416 views
how to draw circle using Multitouch
i had searched about Multitouch & i got lots of example related to
pich zoom in & zoom out &
getting multiple touch coordinates but
i want to use multitouch to draw a circle on a view.. ...
0
votes
1answer
305 views
How to make UIImage rounded,Not rounded corner
Draw a circle,make a rounded UIImageView in it.How to get this, please guide me.
thx!
0
votes
1answer
319 views
Draw New Circle on Bitmap Android
I want to draw a circle on a canvas and have it leave a trail, rather draw a new circle each time. How would I go about doing this? All I can get it to do is move the circle around.
-CanvasTest ...
2
votes
3answers
3k views
Draw circle (using pixels applied in an image with for loop)
I want to draw a circle (with 1 or 2 for loops) using pixels position (starts from top left and ends at bottom right)
I successfully drew a rectangle with this method:
private void drawrect(int ...
0
votes
1answer
667 views
android: How do you scale a circle using a seekbar?
I've drawn a circle programmatically to act as a paint brush, but I'm having trouble scaling it. I've connected the values of the radius to progress in the seekbar methods and they scale numerically, ...
1
vote
1answer
264 views
how to draw a circle in a diagonal line in java?
I have a diagonal line starting from the left bottom part of the screen going to the upper right of the screen. Now I want to draw a circle to the line having 100 meters in distance starting from the ...
2
votes
1answer
1k views
Simply Java Button to Display a Circle
I am currently learning java, I understand the concepts except Graphics which as a programmer is totally new to me. Quite frankly it is driving my around the bend. My example should in theory make a ...
0
votes
1answer
280 views
Draw a hatched circle in android
Does anyone know how i can draw programmatically in android something like this (without using opengl)?
Pic
1
vote
3answers
535 views
Draw a circle representing remaining time
I want to draw a circle in my application.
Actually, there is a timer for 20 seconds and I have to draw a circle with red and green colors, according to the remaining time.
Please help me if you ...
2
votes
1answer
311 views
drawCircle vs drawBitmap
I'm planning on implementing a new set of figures in my game: plain circles. The number of drawn sprites (in this case circles) starts with 2-3, and can go up endlessly (potentially). The maximum will ...
0
votes
1answer
317 views
Processing making a draw method slowly?
I am working on Processing language and have a code like that:
int fatness=30;
int step=20;
void drawCircle() {
fill(48, 139, 206);
ellipse(width - fatness, height - fatness, fatness, fatness); ...
0
votes
3answers
2k views
Drawing a circle using a PointF as it's center c#
I was searching for this but I couldnt find anything. The idea is I have a PointF like (52.66, 60.11) and I want to draw an empty circle with this PointF as it's center. I was trying to do with ...
1
vote
1answer
288 views
pygame.gfxdraw.aacircle gows funny for big circles, any alternatives?
Working on my Major project for software design and development and have run into the hurdle that when using pygame.gfxdraw.aacircle to draw big circles, the output goes screwy as seen here
...
1
vote
5answers
2k views
After drawing circles on C# form how can i know on what circle i clicked?
I have to represent graphically an oriented graph like in the image below.
i have a C# form, when i click with the mouse on it i have to draw a node. If i click somewhere on the form where is not ...


