menu

TextRectangle

import { TextRectangle } from "destack:input/binding";

Text input rectangle in local logical units.

language/library/src/input/binding/text.ds:39:48
1export struct TextRectangle {2    x: float64;3    y: float64;4    width: float64;5    height: float64;6}

Members

x: float64

Rectangle left coordinate.

y: float64

Rectangle top coordinate.

width: float64

Rectangle width.

height: float64

Rectangle height.