Example usage for Java android.util Size fields, constructors, methods, implement or subclass
The text is from its open source code.
Size(int width, int height) Create a new immutable Size instance. |
int | getHeight() Get the height of the size (in pixels). |
int | getWidth() Get the width of the size (in pixels). |
String | toString() Return the size represented as a string with the format "WxH" |