Top "Bounds" questions

In user interfaces and graphics, bounds refer to the size and location of a window or view.

Getting string size in java (without having a Graphics object available)

I'm trying to write application which need to draw many strings using Graphics2D class in Java. I need to …

java string bounds graphics2d
Calculate bounds of a box including rotation

I am working on collision system for my game that uses custom colliders. I used this to create bounding box …

unity3d rotation quaternions bounds qvector3d
C++: Vector bounds

I am coming from Java and learning C++ in the moment. I am using Stroustrup's Progamming Principles and Practice of …

c++ gcc vector mingw bounds
setbounds on google maps api v3

I'm trying to set the bounds of a map fitbounds doesnt work because it puts some space around the bounds …

google-maps bounds fitbounds setbounds
When would a UIView's bounds.origin not be (0, 0)?

When would an UIView's bounds.origin not be (0, 0)? This paragraph was helpful to me: IMPORTANT!! Bounds X and Y, the …

ios objective-c uiview bounds
What's exactly viewDidLayoutSubviews?

I was reading the description of viewDidLayoutSubviews of UIViewController: Called to notify the view controller that its view has just …

ios uiviewcontroller uikit bounds viewdidlayoutsubviews
Excel VBA - assigning an array changes LBound and UBound

I have a some very large data sets in Excel that I need to parse through - and doing it …

arrays excel vba bounds
CABasicAnimation with keypath "bounds" not working

I have the following code to animation bounds property of CALayer using CABasicAnimation. But the code doesn't seem to work. …

swift bounds cabasicanimation
iPad: [UIScreen mainScreen].bounds returns wrong co-ordinates

[UIScreen mainScreen].bounds returns (0,0,768,1024) even when the iPad is in Landscape mode. It should return (0,0,1024,768) but instead it returns (0,0,768,1024). What …

objective-c ipad bounds uiscreen
Set Map Bounds with different padding

I want to know if ther is any way of set different padding from each site of the Device for …

android google-maps padding bounds