Top "Dimensions" questions

Dimensions of an array define its size and shape -- the arangement of elements in the array.

how to obtain a CCSprite's width and height in cocos2d for iphone

That's the question xD Given an instance of a CCSprite in cocos2d in iphone, what method can I use …

iphone sprite dimensions ccsprite
Android - Programmatically specify height and width of new ScrollView

I'm new to Android and I'm working through a tutorial on programmatically creating a layout instead of doing it through …

android scrollview dimensions
Java/ImageIO getting image dimensions without reading the entire file?

Is there a way to get the dimensions of an image without reading the entire file? URL url=new URL(&…

java image dimensions javax.imageio
outerHeight(true) gives wrong value

I want the height of a container element, including margins and paddings. When I hover over the element in Chrome …

jquery positioning dimensions
How to get the resolution of a monitor in Pygame?

I'm just wondering if it is possible for me to get the resolution of a monitor in Pygame and then …

python window pygame resolution dimensions
How do I get natural dimensions of an image using javascript or jquery?

I have this code so far: var img = document.getElementById('draggable'); var width = img.clientWidth; var height = img.clientHeight; However …

javascript jquery image dimensions
How do you get the width and height of an SVG picture in PHP?

I tried to use getimagesize() on an SVG file, but it failed. I know that SVG is “Scalable Vector Graphics”, …

php svg dimensions
Android Launcher Icon Rounded Corner Edge Radii

Are there any official guidelines for how many pixels the edge radii should be when giving Android launcher icons rounded …

android rounded-corners dimensions android-launcher android-icons
Check uploaded image's dimensions

I'm using asp.net 3.5 and c# on my web site. Here is my question: I have an upload button and …

c# asp.net image dimensions
Why is sum(X, 1) the sum of the columns in MATLAB?

>> X = [0 1 2 3 4 5] >> sum(X, 1) ans = 3 5 7 sum(X, 1) should sum along the 1st dimension(row) as per the …

matlab dimensions