ParseRegionGeometry method
int
ParseRegionGeometry(
- Pointer<
Image> arg0, - Pointer<
Char> arg1, - Pointer<
RectangleInfo> arg2, - Pointer<
ExceptionInfo> arg3,
Implementation
int ParseRegionGeometry(
ffi.Pointer<Image> arg0,
ffi.Pointer<ffi.Char> arg1,
ffi.Pointer<RectangleInfo> arg2,
ffi.Pointer<ExceptionInfo> arg3,
) {
return _ParseRegionGeometry(
arg0,
arg1,
arg2,
arg3,
);
}