drawRotate method
DrawRotate() applies the specified rotation to the current coordinate space.
degrees
: degrees of rotation
Implementation
void drawRotate(double degrees) =>
_magickWandBindings.DrawRotate(_wandPtr, degrees);
DrawRotate() applies the specified rotation to the current coordinate space.
degrees
: degrees of rotationvoid drawRotate(double degrees) =>
_magickWandBindings.DrawRotate(_wandPtr, degrees);