4#ifndef FTXUI_SCREEN_IMAGE_HPP
5#define FTXUI_SCREEN_IMAGE_HPP
27 std::string&
at(
int x,
int y);
28 const std::string&
at(
int x,
int y)
const;
Pixel & PixelAt(int x, int y)
存取給定位置的單元格 (Pixel)。
std::string & at(int x, int y)
存取給定位置的單元格中的字元。
std::vector< std::vector< Pixel > > pixels_