<< Click to Display Table of Contents >> NShape Reference
|
Moves the control point by a given displacement.
public bool MoveControlPointTo( |
Depending on the capabilities of the control point, moving it might resize or move the shape. If the passed control point id is the shape's reference point id, this method does the same as MoveTo.
MoveControlPointTo is a convenience function implemented through a call to MoveControlPointBy.
Name |
Description |
---|---|
controlPointId |
Control point to move |
x, y |
Coordinates to move to |
modifiers |
Influences how the moving is performed |
True, if the operation was completely executed. False, if it was not or only partially executed.
Name |
Description |
---|---|
ArgumentException |
controlPointId is invalid. |