<< Click to Display Table of Contents >> NShape Reference
|
Moves the control point by a given distance.
public abstract bool MoveControlPointBy( |
Does the same as MoveControlPointTo with a delta instead of the target position.
Name |
Description |
---|---|
pointId |
Identifies the control point to move |
deltaX |
X component of the distance |
deltaY |
Y component of the distance |
modifiers |
Influences how the movement is performed |
True, if the movement could be executed completely, otherwise false.
None