Calibratioon

This commit is contained in:
sunsets
2023-08-25 09:36:16 +08:00
parent a867b747e6
commit e452f65575
46 changed files with 3884 additions and 2 deletions

View File

@@ -158,6 +158,9 @@ public:
return m_bmp.GetDefaultSize();
#endif
}
//B34
void msw_rescale();
int GetWidth() const { return GetSize().GetWidth(); }
int GetHeight() const { return GetSize().GetHeight(); }
@@ -167,6 +170,9 @@ private:
wxBitmap m_bitmap = wxBitmap();
std::string m_icon_name = "";
int m_px_cnt {16};
//B34
bool m_grayscale{false};
bool m_resize{false};
};