|
Windows C++ Library
|
Functions | |
| template<> | |
| tstring | format (const CRect &value) |
| Format a rectangle into a string. | |
| template<> | |
| CRect | parse (const tstring &buffer) |
| Parse a rectangle from a string. | |
| tstring Core::format | ( | const CRect & | value | ) |
Format a rectangle into a string.
| CRect Core::parse | ( | const tstring & | buffer | ) |
Parse a rectangle from a string.
1.7.6.1