AffineTransformImage method

Pointer<Image> AffineTransformImage(
  1. Pointer<Image> arg0,
  2. Pointer<AffineMatrix> arg1,
  3. 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,
  );
}