FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
image.cppm
Go to the documentation of this file.
1/// @module ftxui.screen:Image
2/// @brief Screen 模組中 Image 類別的模組文件
3
4module;
5
7
8export module ftxui.screen:Image;
9
10/**
11 * @namespace ftxui
12 * @brief FTXUI 的 ftxui:: 命名空間
13 */
14export namespace ftxui {
15 using ftxui::Image;
16}
像素的矩形網格。
Definition image.hpp:17
FTXUI 螢幕操作的模組文件。
FTXUI 的 ftxui:: 命名空間
Definition animation.hpp:10