Tagged Questions

0
votes
3answers
32 views

Optimal way for partitioning a cell based shape into a minimal amount of rectangles

Assume a boolean array like: 1111 1111 1110 1111 1001 Now you need to find the way of arranging the least rectangles of any size to achieve this shape. So, for example, you'd fi …
1
vote
4answers
2k views

WPF Shape Rectangle Binding

Hi Guys. I'm trying to make some kind of shape in wpf, which does resize itself to the content (which should be text). Unfortunately, the stretch property isn't the right thing, si …
0
votes
1answer
57 views

WPF rectangle - round just top corners

How can I have just the top corners rounded for a WPF rectange? I created a border and set the CornerRadius property and inside the border I've added my rectangle, but it doesn't w …
1
vote
4answers
91 views

how to differentiate between circle rectangle and triangle ?

sorry but i need help how to differentiate between circle rectangle and triangle in black and white images-bitmaps-
1
vote
5answers
357 views

iPhone button with non-rectangle shape?

How can I get a non-rectangular shaped button? For example I do have a PNG image with alpha transparency. How can I set the shape of a button to this image without the transparen …
1
vote
6answers
253 views

How to find the intersection point between a line and a rectangle?

I have a line that goes from points A to B; I have (x,y) of both points. I also have a rectangle that's centered at B and the width and height of the rectangle. I need to find the …
0
votes
1answer
72 views

Select Area in Picture Box - Windows Mobile

Hi, I would like a method that give the coordinates of the rectangle 'drawn' by the user, on an image placed in a picturebox. The main problem I am having is that I am not able t …
2
votes
1answer
146 views

How to modify the tool rect of a CToolTipCtrl?

This question is related to this one. In a CDockablePane derived class I have a CTreeCtrl member for which I add a ToolTip in OnCreate(): int CMyPane::OnCreate(LPCREATESTRUCT lpC …
0
votes
1answer
158 views

why there is no Center() method for Rectangle class in c#?

previously, there is such method for Rectangle in MFC, i dont know why there is not for the c# version.
1
vote
1answer
100 views

Rectangles & Parsing in vb.net

This is kinda....a two part question. The first one is much more important than the second one, both of these are in the same project, and in vb.net. How can I constrain the bound …
1
vote
2answers
72 views

Which version of OpenGL supports rectangular textures (w/o extensions)?

Rectangular textures used to be support through extensions and at some version of OpenGL are now directly supported, i.e I can create textures with the same basic opengl methods ju …
1
vote
4answers
161 views

How do I scale one rectangle to the maximum size possible within another rectangle?

I have a source rectangle and a destination rectangle. I need to find the maximum scale to which the source can be scaled while fitting within the destination rectangle and maintai …
0
votes
1answer
75 views

How to perform a rectangular hit test in PHP

Hi, I have WYSIWYG style javascript interface that allows a designer to create rectangular regions to generate a document server side. It is important that these regions do not …
1
vote
3answers
143 views

How to draw and fill a rounded rectangle in Rebol

How would you draw a Rounded Rectangle in Rebol and fill it with a gradient color ? Can't find any example. Thanks.
1
vote
1answer
33 views

VB.NET WindowForms Question

Hey, I am looking for a specific custom control. I am drawing some rectangles to my picture box, now I would like to display a tooltip when someone moves his mouse to one of the r …

1 2 3 next
15 30 50 per page