ImageSize

open class ImageSize

Created by dodo on 17/11/14.

Constructors

Link copied to clipboard
constructor(width: Int, height: Int)

Functions

Link copied to clipboard
open fun equals(@Nullable obj: Any): Boolean
Compares obj to this size.
open fun equals(width: Int, height: Int): Boolean
Link copied to clipboard
open fun getHeight(): Int
Link copied to clipboard
open fun getWidth(): Int
Link copied to clipboard
open fun hashCode(): Int