i want a rectangle with this measures left=50, top=20, rigth=50 and bottom=10 in XAML Something like thanks
I\'m trying to make a simple 2D editor with the following capabilities: Create/delete rectangles, polygons, circles, etc
I\'m trying to create a simple Drawable that I want to set as the background for a view (using setBackgroundDrawable). I simply want to divide the background of the drawable into 2 equal rectangles (5
I tried to change the shape of some Android components like Button or View. What I can do is assign a shape to the background with the onDraw-Method. Well, it looks like reshaped, but the touch-events
This is my shape <?xml version=\"1.0\" encoding=\"utf-8\"?> <shape xmlns:android=\"http://schemas.android.com/apk/res/android\"
I am trying to do an assignment involving bouncing shapes within a JPanel. Whenever shapes hit a side, they will bounce off in the other direction. I have already got the bouncing part working for nor
Good day. I develop program which must show few shapes when user clicks the button. At least it doesn\'t show it. What is wrong?
How can I create a widget or window that will be just a transparent image? I mean something like in this program: sakura script player
Hi all : I create a UIImageView with my photo on my iphone sc开发者_运维知识库reen just now, its shape is rectangle. and I want to clip the UIImageView into the shape of diamond. if there is any part
I\'m trying to model a composite object that consists of one or more shapes. For simplicity, I\'ll assume the shapes are all rectangles. A composite might look like this 开发者_运维百科(forgive my poo