Rect

open class Rect(source)

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun boundedBy(other: Rect): Rect
Link copied to clipboard
open fun getH(): Int
Link copied to clipboard
open fun getW(): Int
Link copied to clipboard
open fun getX(): Int
Link copied to clipboard
open fun getY(): Int
Link copied to clipboard
open fun includePoint(x: Int, y: Int): Rect
Link copied to clipboard
open fun includesPoint(x: Int, y: Int): Boolean
Link copied to clipboard
open fun ofDot(x: Int, y: Int): Rect
Link copied to clipboard
open fun ofGuiImmediateContext(@NotNull context: @NotNull GuiImmediateContext): Rect
Link copied to clipboard
open fun ofLTRB(left: Int, top: Int, right: Int, bottom: Int): Rect
Link copied to clipboard
open fun ofXYWH(x: Int, y: Int, w: Int, h: Int): Rect
Link copied to clipboard
open fun roughMerge(other: Rect): Rect