Top "Shapes" questions

Questions related to drawing or defining shapes.

How to specify the position of an Ellipse shape on a canvas in WPF?

I am programmatically creating an Ellipse shape but I can't find any property that specifies its position. Lines have X1, …

c# .net wpf graphics shapes
Libgdx - How to draw filled rectangle in the right place in scene2d?

I am using scene2d. Here is my code: group.addActor(new Actor() { @Override public Actor hit(float arg0, float …

drawing game-engine libgdx shapes rectangles
Java check if two rectangles overlap at any point

I have multiple rectangles and one special rectangle: the selection rect. I want to check for each rectangle if the …

java math selection shapes contain
Multiline text as the button label in Windows Forms

Basically, I am creating a button in an oval shape. But my button label is too long to display in …

c# winforms button word-wrap shapes
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 …

visio shapes diagrams
Android : stroke in a shape create a margin of the stroke width

I created a rectangle shape in order to use it as list item background. My problem is the stroke does …

android android-layout android-drawable shapes stroke
Create a cross shape in CSS

IS it possible, I know all the following shapes are possible in this link: http://css-tricks.com/examples/ShapesOfCSS/ but …

css shapes css-shapes
How to make star shape in Java?

I'm trying to make some shapes with Java. I created two rectangles with two different colors but I want to …

java swing paintcomponent shapes
CSS fade out horizontal rule / line styled div effect without images

I'm a big fan of minimal use of images and was wondering if anyone had a tactic (or if it's …

css line shadow shapes fadeout
How to draw a triangle, a star, a square or a heart on the canvas?

I am able to draw a circle and a rectangle on canvas by using path.addCircle() and path.addRect(). And …

android draw shapes