public class ImageSize extends Object
Constructor and Description |
---|
ImageSize(int width,
int height)
Create a new image size wrapper
|
public ImageSize(int width, int height)
width
- the width of the imageheight
- the height of the imageIllegalArgumentException
- in case height or width is a negative numberCopyright © 2019 Communote team. All rights reserved.