📄 nxpicture.h
字号:
/* Copyright 2003, Century Software */#ifndef NX_PICTURE_H#define NX_PICTURE_H#define MWINCLUDECOLORSextern "C"{#include "nano-X.h"}class NXPicture{ public: GR_IMAGE_ID image; GR_WINDOW_ID pixmap; GR_GC_ID gc; int width, height; void draw(int x, int y); void draw_centered(); void load(char *name, int index = -1); NXPicture::~NXPicture();};#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -