GetCacheViewAuthenticPixels method

Pointer<Quantum> GetCacheViewAuthenticPixels(
  1. Pointer<CacheView> arg0,
  2. int arg1,
  3. int arg2,
  4. int arg3,
  5. int arg4,
  6. Pointer<ExceptionInfo> arg5,
)

Implementation

ffi.Pointer<Quantum> GetCacheViewAuthenticPixels(
  ffi.Pointer<CacheView> arg0,
  int arg1,
  int arg2,
  int arg3,
  int arg4,
  ffi.Pointer<ExceptionInfo> arg5,
) {
  return _GetCacheViewAuthenticPixels(
    arg0,
    arg1,
    arg2,
    arg3,
    arg4,
    arg5,
  );
}