DrawPoint() draws a point using the current fill color.
x
y
void drawPoint({required double x, required double y}) => _magickWandBindings.DrawPoint(_wandPtr, x, y);