DrawRotate method
Implementation
void DrawRotate(
ffi.Pointer<DrawingWand> arg0,
double arg1,
) {
return _DrawRotate(
arg0,
arg1,
);
}
void DrawRotate(
ffi.Pointer<DrawingWand> arg0,
double arg1,
) {
return _DrawRotate(
arg0,
arg1,
);
}