TakeScreenshot method

void TakeScreenshot(
  1. Pointer<Char> fileName
)

Takes a screenshot of current screen (filename extension defines format)

Implementation

void TakeScreenshot(Pointer<Char> fileName)
  => _TakeScreenshot(fileName);