drawRotate method

void drawRotate(
  1. double degrees
)

DrawRotate() applies the specified rotation to the current coordinate space.

  • degrees : degrees of rotation

Implementation

void drawRotate(double degrees) =>
    _magickWandBindings.DrawRotate(_wandPtr, degrees);