ExtentImage method
Pointer<Image>
ExtentImage(
- Pointer<
Image> arg0, - Pointer<
RectangleInfo> arg1, - Pointer<
ExceptionInfo> arg2
Implementation
ffi.Pointer<Image> ExtentImage(
ffi.Pointer<Image> arg0,
ffi.Pointer<RectangleInfo> arg1,
ffi.Pointer<ExceptionInfo> arg2,
) {
return _ExtentImage(
arg0,
arg1,
arg2,
);
}