SetCacheViewVirtualPixelMethod method

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

Implementation

int SetCacheViewVirtualPixelMethod(
  ffi.Pointer<CacheView> arg0,
  int arg1,
) {
  return _SetCacheViewVirtualPixelMethod(
    arg0,
    arg1,
  );
}