fix an issue of bitmap 4-byte alignment format(#71)

contributed by beru
This commit is contained in:
Jinhao
2015-08-10 23:09:16 +08:00
parent e7fc08fd0e
commit 3bf9a60563
2 changed files with 16 additions and 10 deletions

View File

@@ -130,7 +130,10 @@ namespace nana
void setsta(); ///< Clears the status if the graphics object had been changed
void set_changed();
void release();
void save_as_file(const char*) const; // saves image as a bitmap file
/// Saves images as a windows bitmap file
/// @param file_utf8 A UTF-8 string to a filename
void save_as_file(const char* file_utf8) const throw();
void set_color(const ::nana::color&);
void set_text_color(const ::nana::color&);