SyncAuthenticPixels method
Implementation
int SyncAuthenticPixels(
ffi.Pointer<Image> arg0,
ffi.Pointer<ExceptionInfo> arg1,
) {
return _SyncAuthenticPixels(
arg0,
arg1,
);
}
int SyncAuthenticPixels(
ffi.Pointer<Image> arg0,
ffi.Pointer<ExceptionInfo> arg1,
) {
return _SyncAuthenticPixels(
arg0,
arg1,
);
}