AffineTransformImage method
Pointer<Image>
AffineTransformImage(
- Pointer<
Image> arg0, - Pointer<
AffineMatrix> arg1, - Pointer<
ExceptionInfo> arg2
Implementation
ffi.Pointer<Image> AffineTransformImage(
ffi.Pointer<Image> arg0,
ffi.Pointer<AffineMatrix> arg1,
ffi.Pointer<ExceptionInfo> arg2,
) {
return _AffineTransformImage(
arg0,
arg1,
arg2,
);
}