Top "Rect" questions

To be used with RECT structure when using winapi.

Proper transform for scaling a UIView from a rect?

I want to mimic "zooming in" on a view. The larger view will be added as a subview to the …

ios objective-c cgaffinetransform cgrect rect
cgcontext rotate rectangle

guys! I need to draw some image to CGContext.This is the relevant code: CGContextSaveGState(UIGraphicsGetCurrentContext()); CGContextRef ctx = UIGraphicsGetCurrentContext(); CGRect …

ios rotation core-graphics cgcontext rect
Make WinForm control appear on top of all other controls

I have a WinFrom, in which I am hiding all borders and the Control Box. Inside the WinForm I have …

winforms label rect
How can I randomly place several non-colliding rects?

I'm working on some 2D games with Pygame. I need to place several objects at the same time randomly without …

python collision-detection pygame rect
SVG rect border width

Is it possible to manipulate SVG rect's borders in the same way as it border-left-width, border-right-width and so on does?

svg rect