I have a Rectangle with R.X,R.Y,R.Width,R.Height .
My question If it always adds the R.Width and R.Height in only one direction.How can I get Four rectangles that have the same Dimensions with and the Same start point ? What I am looking for is a PLUS sign made of the 4 rectangles....so How can this be done using the same R.X and R.Y ? It obviously doesn't let me put negative values for R.Width and R.Height...
Thank you.