class IntSize2d


2D size represented as an Int (e.g., panel dimensions 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

the height of the object

Int

the width of the object

Public constructors

IntSize2d

Added in 1.0.0-beta02
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-beta02
val heightInt

the height of the object

width

Added in 1.0.0-beta02
val widthInt

the width of the object