Top "Rectangles" questions

A rectangle is a geometric shape: any quadrilateral with four right angles

How to draw a filled rectangle in PDFBox?

How to draw a filled rectangle using PDFBox? I just can't find the right function of the PDFBox API documentation. …

java pdfbox rectangles
Use of the java.awt.Dimension class

I would like to use Dimension class (java.awt.Dimension), but it supports only integers. I want make Rectangle and …

java awt rectangles dimension
OpenCV groupRectangles - getting grouped and ungrouped rectangles

I'm using OpenCV and want to group together rectangles that have significant overlap. I've tried using groupRectangles for this, which …

c++ opencv rectangles
resizable and movable rectangle

With the following code (thanks to several posts here), I draw a rectangle, that I want to be resizable and …

javafx anchor rectangles
Finding the overlapping area of two rectangles (in C#)

Edit: Simple code I used to solve the problem in case anyone is interested (thanks to Fredrik): int windowOverlap(Rectangle …

c# graphics overlap area rectangles
How to draw a rounded rectangle (rectangle with rounded corners) with OpenCV?

How can I draw a rectangle with rounded corners in OpenCV? I know that the functions ellipse() and line() can …

c++ opencv rounded-corners rectangles
how to add a transparent rectangle to a R boxplot (plot)?

I have a simple boxplot for my data using R .. boxplot (Error~Code, DataFrame1, xlim = c(0, 27), xlab="set Code",ylab="…

r plot transparent boxplot rectangles
How do I see if two rectangles intersect in JavaScript or pseudocode?

I have two rectangles which I must return in a function whether they intersect or not. They are represented by [ …

javascript geometry rectangles
Displaying rectangles in game window with XNA

I want to divide my game grid into an array of rectangles. Each rectangle is 40x40 and there are 14 rectangles …

c# grid xna rectangles
How to draw a rectangle inside a rectangle using svg?

I am trying to draw a rectangle inside a rectangle using svg, but I am not seeing the inner rectangle. …

html svg rectangles