shapes
AS3: using beginBitmapFill() with a library object
How can I setup a .beginBitmapFill() with a bitmap loaded into the movie\'s library? Every example I\'ve found on the internet uses the loader class to load the bitmap externally, but I want to load i[详细]
2023-03-16 16:47 分类:问答How Ellipse to Ellipse intersection?
I\'m using JAVA. Ellipse2D s1=new Ellipse2D.Float(0,0,100,100); System.out.println(s1.intersects(99, 30, 100, 100));[详细]
2023-03-16 11:10 分类:问答How to get the new height of a scaled Shape in Java
I am scalling a shape for a specific point as follows : 开发者_C百科AffineTransform t = shape.getAffineTransform();[详细]
2023-03-14 09:52 分类:问答How I can set pixel in the Shape with the specific RGB?
For example, I have a polygon and I need to fill it with the specific RGB. How can I do it? I tried to convert shape to image, but then I can\'t set a pixel with setRGB method from BufferedImage(pixel[详细]
2023-03-14 09:44 分类:问答cannot set height and width of a resource shape in styles
I recently made my first custom shape and it turned out really good accept one thing. i can\'t seem to set the height and with of the drawable resource in a style resource.[详细]
2023-03-14 04:30 分类:问答Where can I get a XAML path for an eyeball? [closed]
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic[详细]
2023-03-12 09:13 分类:问答How do I group a set of shapes programmatically in excel 2007 vba?
I am iterating over data on the Electrical Tables sheet and creating shapes on a Shape sheet. Once the shapes are created I would like to开发者_StackOverflow programmatically group them. However I can[详细]
2023-03-10 19:22 分类:问答Fill shape with asterisks
I wrote a program to fill in closed figures with asterisks. For some reason it isn\'t accepting the sentinel value EOF Ctrl+D.[详细]
2023-03-09 17:13 分类:问答Android Change Shape of Button
I\'m trying to design a button for an android application like this: The length of 开发者_StackOverflow社区the button will be determined based on the size of the text.The text will change during ru[详细]
2023-03-09 16:51 分类:问答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 no[详细]
2023-03-08 14:26 分类:问答