NShape Reference
MoveControlPointBy Method

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape > Shape Class >

NShape Reference
MoveControlPointBy Method

Previous pageReturn to chapter overviewNext page

Moves the control point by a given distance.

Syntax

public abstract bool MoveControlPointBy(
  ControlPointId pointId, int deltaX, int deltaY,
  ResizeModifiers modifiers
)

Description

Does the same as MoveControlPointTo with a delta instead of the target position.

Parameters

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

Return Value

True, if the movement could be executed completely, otherwise false.

Exceptions

None