DrawPatternPath method
Implementation
int DrawPatternPath(
ffi.Pointer<Image> arg0,
ffi.Pointer<DrawInfo> arg1,
ffi.Pointer<ffi.Char> arg2,
ffi.Pointer<ffi.Pointer<Image>> arg3,
ffi.Pointer<ExceptionInfo> arg4,
) {
return _DrawPatternPath(
arg0,
arg1,
arg2,
arg3,
arg4,
);
}