PerceivedResolutionResult.Success


class PerceivedResolutionResult.Success : PerceivedResolutionResult


Indicates that the perceived resolution was successfully calculated.

Summary

Public constructors

Success(perceivedResolution: IntSize2d)

Public functions

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

Public properties

IntSize2d

The calculated pixel dimensions (width and height) that the entity is perceived to occupy on the display.

Public constructors

Success

Added in 1.0.0-alpha05
Success(perceivedResolution: IntSize2d)

Public functions

equals

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

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

perceivedResolution

Added in 1.0.0-alpha05
val perceivedResolutionIntSize2d

The calculated pixel dimensions (width and height) that the entity is perceived to occupy on the display.