menu
TextRectangle
import { TextRectangle } from "destack:input/binding";
Text input rectangle in local logical units.
1export struct TextRectangle {2 x: float64;3 y: float64;4 width: float64;5 height: float64;6}Members
x: float64Rectangle left coordinate.
y: float64Rectangle top coordinate.
width: float64Rectangle width.
height: float64Rectangle height.