writeScreenshot method

ScreenshotHandle writeScreenshot(
  1. Pointer<Void> pubRGB,
  2. int cubRGB,
  3. int nWidth,
  4. int nHeight,
)

Implementation

ScreenshotHandle writeScreenshot(
  Pointer<Void> pubRGB,
  int cubRGB,
  int nWidth,
  int nHeight,
) =>
    _writeScreenshot.call(
      this,
      pubRGB,
      cubRGB,
      nWidth,
      nHeight,
    );