<< Click to Display Table of Contents >> NShape Reference
|
Rotates the shape by a given angle.
public override sealed bool Rotate(int deltaAngle, int x, int y) |
Moves the shape by a given distance.
This Method overrides and seals the Shape.Rotate method. The implementation of this method calls BeginRotate, MoveByCore and EndMove in this order.
Name |
Description |
---|---|
deltaAngle |
Specifies the rotation angle in tenths of degrees. |
x, y |
The center of the rotation |
Returns true if the movement was successful, false if the movement was performed 'as far as possible'.