| 
    << Click to Display Table of Contents >> NShape Reference
     | 
    
    
     ![]() ![]()  
     | 
  
Moves the control point by a given distance.
public sealed override bool MoveControlPointBy(int deltaX, int deltaY)  | 
Moves the control point by a given distance.
This Method overrides and seals the Shape.MoveControlPointBy method. The implementation of this method calls BeginResize, MovePointByCore and EndResize in this order.
Name  | 
Description  | 
|---|---|
deltaX, deltaY  | 
The x and y components of the distance to move.  | 
Returns true if the movement of the point was done like requested, false if the point was moved 'as far as possible'.