SyncCacheViewAuthenticPixels method

int SyncCacheViewAuthenticPixels(
  1. Pointer<CacheView> arg0,
  2. Pointer<ExceptionInfo> arg1
)

Implementation

int SyncCacheViewAuthenticPixels(
  ffi.Pointer<CacheView> arg0,
  ffi.Pointer<ExceptionInfo> arg1,
) {
  return _SyncCacheViewAuthenticPixels(
    arg0,
    arg1,
  );
}