Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

23
votes
5answers
22k 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 ...
19
votes
2answers
6k views

Multi-gradient shapes

I'd like to create a shape that's like the following image: Notice the top half gradients from color 1 to color 2, but theres a bottom half that gradients from color 3 to color 4. I know how to ...
10
votes
4answers
495 views

Generating multidimensional data

Does R have a package for generating random numbers in multi-dimensional space? For example, suppose I want to generate 1000 points inside a cuboid or a sphere.
10
votes
1answer
245 views

How to find the border points of a particular shape

Suppose I have a irregular, random, shape generated from a dataset. How do I find points that are situated on the shape's border? I am using R. Are there any packages in R for this purpose? For ...
7
votes
3answers
568 views

How to draw 'biohazard' with swing

I'm practicing my swing abilities for the upcoming test, and fried gave me idea to draw biohazard sign like this : I could draw the circles with Elipse2D, but then I somehow need to cut those 3 ...
6
votes
2answers
726 views

How do I draw an ellipse with arbitrary orientation pixel by pixel?

I have to draw an ellipse of arbitrary size and orientation pixel by pixel. It seems pretty easy to draw an ellipse whose major and minor axes align with the x and y axes, but rotating the ellipse by ...
5
votes
0answers
246 views

How to draw a freehand-looking ellipse or circle?

My question involves various techniques for drawing lines that appear to be freehand: How do you draw like a Crayon? Specifically Steve Hanov posted this excellent blog entry. From that I was able ...
5
votes
2answers
732 views

Check if Polygon is Self-Intersecting

I have a System.Windows.Shapes.Polygon object, whose layout is determined completely by a series of Points. I need to determine if this Polygon is self intersecting; i.e., if any of the sides of the ...
5
votes
2answers
2k views

Drawing multiple shapes with ShapeDrawable in xml with Android

I am currently drawing a number of circles on a canvas in a custom view in code. the circles are static and do not change. I would like to draw them using a ShapeDrawable in xml to help clean up my ...
5
votes
4answers
978 views

Drawing on Video within C#

I am making an application that will allow users to apply certain tools to analyse videos & images. I need help with how i actaully draw/write on the video loaded into windows media player within ...
5
votes
4answers
3k views

How do I include System.Windows.Shapes?

I am using Visual Studio 2008 with the .NET Framework (v3.5). I cannot seem to use System.Windows.Shapes, or anything System.Windows.* besides Forms. Here is the link to the class description: ...
5
votes
3answers
4k views

Where can I find visio shapes for software development?

Anyone have any ideas on where to get a really nice collection of visio shapes, e.g for the following purposes: network diagrams shapes to show solution deployments any other fancy looking diagrams ...
4
votes
2answers
623 views

Determine if (x,y,z) point is inside a shape defined by an array of points

If I have an array of points (x,y,z) and am given a single point (x,y,z), what code do I use to determine if that point resides within the shape defined by the array? I am drawing a blank on this ...
4
votes
2answers
222 views

Break a rectangle into randomly shaped polygons

Just like the title says, I need to break a rectangle into randomly shaped polygons. Example, with 7 polygons: +--------+--------+ |\ | 2 | | \ 1 |''--..__| | ------| 5 | | 3 / ...
4
votes
8answers
2k views

Area of a irregular shape

I have set of points which lies on the image. These set of points form a irregular closed shape. I need to find the area of this shape. Does any body which is the normal algorithm used for calculating ...
3
votes
1answer
102 views

How to draw this path in WPF?

I'm need to create this shape in WPF. First, I thought is a path, but the lines inside shows is a 3D shape. How can I draw this shape including the lines? Thanks a lot.
3
votes
2answers
74 views

How to draw a section of a circle using System.Windows.Shapes.Path?

I have a Silverlight application where I draw lines on a picture by instantiating an instance of System.Windows.Shapes.Line and then adding it to MainCanvas.Children. I would like to similarly add ...
3
votes
2answers
110 views

Visible elements in a WPF canvas

I have a WPF Canvas and a lot of Shapes (StreamGeometry / Path) added to it. I have ScaleTransform defined to zoom into specific region. I have zoomed into a arbitrary space in the canvas and the ...
3
votes
2answers
137 views

Algorithm to fill non-rectangular 2D tile-space with smaller 2D tile-based shapes

I am trying to figure out how I would go about writing algorithm (in C#) that, when given: A set of generally small tile-based shapes. Often 2x2, but not always. Sometimes the shapes will be 2x1 or ...
3
votes
3answers
436 views

Simple way to draw shapes in c++?

Are there any drawing libraries out there that are really simple? I literally mean functions such as "draw_circle(screen,x,y,r,colour)" or something similar. I've taken a look at SDL but it doesn't ...
3
votes
2answers
879 views

How can I change the edge line color when using the 'fill' function in MATLAB?

I'm writing code in which I use MATLAB's fill command to plot 2D shapes. I can specify the fill color of the shape. However, the border line color is always black. I want the border line color the ...
3
votes
3answers
277 views

Collision detecting custom sketched shape, represented as list of points

I have a set of points, drawn by the user. They will be drawing around some objects. I need to somehow turn this set of points into a shape, so I can find the area to detect collisions. An image ...
3
votes
2answers
1k views

Geometric Shape Recognition & Find Extreme Points in C#

Can anyone tell me how to recognize geometric shape using C#? I have geometric shapes like triangle, hexagon, pentagon, diamond, square,parallelogram, rectangle, etc. I have drawn all these shapes ...
3
votes
1answer
601 views

C#- move a shape to a point which is half way from the top of the form

Here I have to create a diamond using drawlines method and make it move horizontally along a path that is half way from the top of the form. I created a diamond and it is moving horizontally, but i ...
3
votes
1answer
549 views

In PowerPoint VBA, how to nudge all the present shapes in the window (not only one)?

As far as I understand, this code "grabs" only the first shape in the active window and nudges it: Set oShape = oSlide.Shapes(1) oShape.Left = oShape.Left + 5 How can I "grab" all the ...
3
votes
2answers
2k views

WPF Rectangle does not have a Click event

It seems that the WPF Rectangle shape does not have the Click event defined. What am I supposed to use instead? It does have MouseUp, but it's not quite the same behavior.
3
votes
3answers
2k views

simple geometric shape recognition in C#

I have a set of Strokes (from ink) and would like to find those strokes that participate in a geometric shape like line,square, circle, triangle... and identify them. Until now i have seen many ...
3
votes
2answers
1k views

How do I draw an annulus (doughnut) using GDI+?

I have been trying to draw an annulus (ring with thickness) with a transparent hole and a gradient rim in C# with very little success. Does anyone have any suggestions on how to do this? here's a ...
2
votes
1answer
63 views

How can I make fill gradient for polygon straight?

I am currently trying to draw a polygon and then fill it with a gradient. The problem is the gradient uses the top of the shape as up so it slants. Here is some xaml that will create what I am talking ...
2
votes
2answers
56 views

Databound Triangle Creation?

I've got a requirement to create several shapes based on a supplied size (all of them have the same height/width) and have their sizes be databound to that supplied property on the datacontext. Most ...
2
votes
2answers
103 views

Something about moving shapes around in Canvas in WPF

I have a rectangle which want to move using Canvas.SetLeft(rect, x); But I wanna make it look like a smooth transition (animation). Here's the code snippet that's supposed to do this: void animate() ...
2
votes
4answers
157 views

Any way to have text in div fill a triangle shape?

I'm trying to have a block of text in a div fill a downward triangle shape. Is there any way to achieve this with either CSS or Javascript? This is for a site in which users can dynamically insert ...
2
votes
2answers
149 views

Bing Maps: Show two polygons (wrap them) at low zoom, when showing more than one complete earth

How can I wrap shapes around the world, so that a shape is shown more than once at low zoom. Example: I draw a polygon over USA. I zoom out so that I can see two USA's. I only see one polygon :( I ...
2
votes
1answer
118 views

Primitive Shapes Library in HTML Canvas

Are there any libraries out there that provide some limited functionality for primitive shapes. I tried getting my feet wet with EaselJS and although it has some amazing properties, basic shapes is ...
2
votes
2answers
220 views

simple shape recognition

I wanna achieve something that looks like the wizard's ability in the game Trine: http://www.youtube.com/watch?v=orEUACY3OHg I want to create a game where the player uses the mouse to create certain ...
2
votes
3answers
155 views

Changing squares to rectangles in simple a Swing program

I'm having some issues with what is probably a very simple problem in Java. I have written the following program that displays a 10x10 color matrix of squares whose colors are randomly generated and ...
2
votes
2answers
280 views

Finding coordinates of points on the border of a shape

Let's say I have a shape like this: After all the jokes of me wanting to draw beans are exhausted, I want to find the points on the border of the shape. I know there can be many, so a fair ...
2
votes
4answers
466 views

How to generate random shapes given a specified area.(R language).?

My question is this.. I am working on some clustering algorithms.. For this first i am experimenting with 2d shapes.. Given a particular area say 500sq units .. I need to generate random shapes for a ...
2
votes
2answers
444 views

VBA Excel: Selection collection looped index references incorrect range when used with shapes

Consider a Worksheet containing a number of Shapes, and a snippet (1): '(1) For i = 1 To Selection.Count MsgBox Selection(i).Name Next Regardless of which Shapes are selected (must be more ...
2
votes
4answers
153 views

Algorithm To Quantify The Difference Of Line Segment Paths

Say I have two line segment paths, such as a subset of the examples below. How can I quantify the difference between them? |__ \_ __ /\ \/ | _ The two paths may have a different number of ...
2
votes
4answers
534 views

Multi-Shaped CSS Layers \ Non-rectangular CSS Layer

is it possible to make CSS Layers shaped like the following image... i know we can have images of this shape and with transparent backgrounds we can have Layers shaped like these... but no i want ...
2
votes
1answer
232 views

Finding the shape created by two other intersecting shapes

I have two overlapping shapes in my C# app, defined by Point arrays. I need to find the points that define the shape where these two overlap. In this image, I know the red and green points, but I need ...
2
votes
2answers
756 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 ...
2
votes
1answer
385 views

Merge shapes and draw border around final shape

I can't post images yet: http://i.imgur.com/7Kci5.jpg Using Actionscript 3 I'm drawing multiple Shapes onto a MovieClip [top drawing]. The end result I need is the bottom drawing. I originally ...
2
votes
1answer
416 views

Java2D: Fill a convex rounded polygon (QuadCurves)

If I have a QuadCurve like this (+ = node): + + \ ./ +--⁻⁻ And I fill it in Java 2D the result is something like this: (x = colored) +xxxxxxxxx+ \xxxxxx./ +--⁻⁻ But I want ...
2
votes
3answers
2k views

Drawing star shapes with variable parameters

I have task to write program allowing users to draw stars, which can differ in size and amount of arms. When I was dealing with basic stars I was doing it with GeneralPath and tables of points : ...
2
votes
1answer
693 views

Excel 2003 VBA : how to paste a shape after selection

Just wondering how I can paste an object after I have selected it: sheet1.shapes("MyShape").select With Selection basically jsut wondering how to duplicate a shape object, or any object really. ...
2
votes
1answer
143 views

How could I make geometry advanced operations on bezier paths?

I have a library that draws regular bezier path figures (complex paths formed of a lot of bezier points), using midpoint approximation. I can draw them without problem, but I need to add support for ...
2
votes
3answers
677 views

How to manage Mouse clicks on Irregular Button shapes in Flex

In Flex, I am trying to design 3 buttons similar to the image uploaded at http://www.freeimagehosting.net/uploads/f14d58b49e.jpg The mouse over/click on image should work only on red colored area of ...
2
votes
2answers
695 views

“Beveled” Shapes in Quartz 2D

I'm familiar with some of the basics of Quartz 2D drawing, like drawing basic shapes and gradients and so on, but I'm not sure how to draw a shape with a "beveled" look, like this: Essentially ...

1 2 3 4