<< Click to Display Table of Contents >> NShape Reference
|
Moves the shape by a given distance.
public override sealed bool MoveBy(int deltaX, int deltaY) |
Moves the shape by a given distance.
This Method overrides and seals the Shape.MoveBy method. The implementation of this method calls BeginMove, MoveByCore and EndMove in this order.
Name |
Description |
---|---|
deltaX, deltaY |
The distance of the shape movement. |
Returns true if the movement was successful, false if the movement was performed 'as far as possible'.