SetImageProperty method
Implementation
int SetImageProperty(
ffi.Pointer<Image> arg0,
ffi.Pointer<ffi.Char> arg1,
ffi.Pointer<ffi.Char> arg2,
ffi.Pointer<ExceptionInfo> arg3,
) {
return _SetImageProperty(
arg0,
arg1,
arg2,
arg3,
);
}