Size

open class Size

Class for representing size of an object. Very similar to android.util.Size but available on all devices.

Constructors

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

Properties

Link copied to clipboard
open var height: Int
Link copied to clipboard
open var width: Int

Functions

Link copied to clipboard
open fun equals(other: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String