TextBufferWriter.get

Assertions: The point (x, y) must be in bounds.

struct TextBufferWriter
pure
get
(
size_t x
,
size_t y
)

Parameters

x size_t

The x position.

y size_t

The y position.

Return Value

Type: AnsiChar

The AnsiChar at the given point (x, y)

Meta