📄 mgpixmap.h
字号:
#ifndef _MGPIXMAP_H_#define _MGPIXMAP_H_class MGPainter;class MGPixmap{public: MGPixmap(); ~MGPixmap(); int width() const; int height() const; const MGBitmap* mask() const; MGSize size() const; void resize( int w, int h ); void resize( const MGSize& ); bool isNull() const;protected: friend class MGPainter; friend class khtml::MGCachedImage;#if( _CURRENT_PLATFORM == _PLATFORM_MINIGUI ) BITMAP bmp;public: bool loadOk;#endif};#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -