class IntSize2d


Size of a 2d object represented as an Int, such as the dimensions of the panel in pixels.

Summary

Public constructors

IntSize2d(width: Int, height: Int)

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

Int
Int

Public constructors

IntSize2d

Added in 1.0.0-alpha05
IntSize2d(width: Int = 0, height: Int = 0)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

height

Added in 1.0.0-alpha05
val heightInt

width

Added in 1.0.0-alpha05
val widthInt