TakeScreenshot function

void TakeScreenshot(
  1. Pointer<Char> fileName
)

Implementation

void TakeScreenshot(Pointer<Char> fileName) => _module.TakeScreenshot(fileName);