IUIContext.requestUIScreenshot

Trigger a screenshot of the plugin window. The callback onScreenshotComputed can then be implemented in your main GUI object (gui.d). However, if the operation fails, it may well not be called.

interface IUIContext
nothrow @nogc
void
requestUIScreenshot
()

Meta