<< Click to Display Table of Contents >> NShape Reference
|
Rotates the shape.
public abstract bool Rotate(int angle, int x, int y) |
Rotates the shape around the point x, y clockwise. The rotation can fail, if the shape is connected via connection points.
Name |
Description |
---|---|
angle |
Angle in tenth of degrees |
x |
X coordinate of the rotation center |
y |
Y coordinate of the rotation center |
True, if the movement could be executed completely, otherwise false.
None