GetImageBoundingBox method
Implementation
RectangleInfo GetImageBoundingBox(
ffi.Pointer<Image> arg0,
ffi.Pointer<ExceptionInfo> arg1,
) {
return _GetImageBoundingBox(
arg0,
arg1,
);
}
RectangleInfo GetImageBoundingBox(
ffi.Pointer<Image> arg0,
ffi.Pointer<ExceptionInfo> arg1,
) {
return _GetImageBoundingBox(
arg0,
arg1,
);
}