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