android.hardware.Camera.Size
Handles the picture size (dimensions).
Summary
Fields
public |
|
|
int |
height |
height of the picture |
public |
|
|
int |
width |
width of the picture |
Public Constructors
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Fields
public
int
height
height of the picture
public
int
width
width of the picture
Public Constructors
public
Camera.Size(int w, int h)
Sets the dimensions for pictures.
Parameters
w
| the photo width (pixels) |
h
| the photo height (pixels)
|