drawScale method
DrawScale() adjusts the scaling factor to apply in the horizontal and vertical directions to the current coordinate space.
x
: horizontal scale factory
: vertical scale factor
Implementation
void drawScale({
required double x,
required double y,
}) =>
_magickWandBindings.DrawScale(_wandPtr, x, y);