TakeScreenshot method

void TakeScreenshot(
  1. Pointer<Char> fileName
)

Implementation

void TakeScreenshot(Pointer<Char> fileName) {
  return _TakeScreenshot(fileName);
}