* Get clipboard image content. */
| 172 | * Get clipboard image content. |
| 173 | */ |
| 174 | static ::Image GetClipboard() { return ::GetClipboardImage(); } |
| 175 | |
| 176 | ~Image() { Unload(); } |
| 177 |
nothing calls this directly
no outgoing calls
no test coverage detected