MSizeInt

inline class MSizeInt(val float: MSize)

Deprecated

Use SizeInt instead

Constructors

Link copied to clipboard
constructor(float: MSize)

Types

Link copied to clipboard
object Companion

Properties

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

Functions

Link copied to clipboard
fun anchoredIn(container: MRectangleInt, anchor: Anchor, out: MRectangleInt = MRectangleInt()): MRectangleInt
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
operator fun contains(v: MSizeInt): Boolean
Link copied to clipboard
fun getAnchorPosition(anchor: Anchor, out: MPointInt = MPointInt(0, 0)): MPointInt
Link copied to clipboard
fun setTo(that: MSizeInt): MSizeInt
fun setTo(that: SizeInt): MSizeInt
fun setTo(width: Int, height: Int): MSizeInt
Link copied to clipboard
Link copied to clipboard
operator fun times(v: Double): MSizeInt
operator fun times(v: Float): MSizeInt
operator fun times(v: Int): MSizeInt
Link copied to clipboard
open override fun toString(): String