DrawTranslate method
Implementation
void DrawTranslate(
ffi.Pointer<DrawingWand> arg0,
double arg1,
double arg2,
) {
return _DrawTranslate(
arg0,
arg1,
arg2,
);
}
void DrawTranslate(
ffi.Pointer<DrawingWand> arg0,
double arg1,
double arg2,
) {
return _DrawTranslate(
arg0,
arg1,
arg2,
);
}