Top "Shape" questions

Questions related to drawing or defining shapes.

How to improve Canvas rendering performance?

I have to draw a lot of Shape (about 1/2 hundred thousand) as [Canvas][2]'s childrens. I make this in my …

wpf performance canvas rendering shape
change corner radius of drawable programmatically

I have this shape defined in an xml: <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.…

java android xml drawable shape
Visio stencil/shape text box is hidden - need shown

I've downloaded and am using the VNX 5300 stencil/shape from https://download.emc.com/downloads/DL38235_VNX_Visio_Stencil.zip (…

text shape shapesheet visio-2010
Draw text on shape in ActionScript 3

Is there any way to draw text in a DisplayObject or Shape using only ActionScript? The only way I can …

apache-flex actionscript-3 text shape displayobject
How can I fill an actionscript 3 polygon with a solid color?

I'm building a map editor for a project and need to draw a hexagon and fill it with a solid …

actionscript polygon fill shape uicomponents
Create layer list with rounded corners programmatically

I am currently trying to convert the following XML to be created programmatically so that I can set the top …

android xml drawing shape layer-list
Android: Is it possible to scale a xml drawable?

Here is what I want to do: I have this scale xml: <?xml version="1.0" encoding="utf-8"?> <scale …

android xml scale shape
JavaFX intersection of shapes and polygons

I'm currently working on intersect of bounds between different shapes with JavaFX. I would like to detect collision of two …

javafx shape intersect
How can I detect basic 2D geometric shapes (e.g. square, triangle, circle) on a JPEG image?

After taking a picture, I'm trying to detect the shape of the object that is shot. What I'm looking for …

java android image shape image-recognition