DrawAffineImage method
int
DrawAffineImage(
- Pointer<
Image> arg0, - Pointer<
Image> arg1, - Pointer<
AffineMatrix> arg2, - Pointer<
ExceptionInfo> arg3,
Implementation
int DrawAffineImage(
ffi.Pointer<Image> arg0,
ffi.Pointer<Image> arg1,
ffi.Pointer<AffineMatrix> arg2,
ffi.Pointer<ExceptionInfo> arg3,
) {
return _DrawAffineImage(
arg0,
arg1,
arg2,
arg3,
);
}