NShape Reference
Shape.GetControlPointPosition Method

<< Click to Display Table of Contents >>

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

NShape Reference
Shape.GetControlPointPosition Method

Previous pageReturn to chapter overviewNext page

Retrieves the position of a given control point.

Syntax

public abstract Point GetControlPointPosition(
  ControlPointId controlPointId
)

Description

Retrieves the position of a given control point.

Parameters

Name

Description

controlPointId

Identifies the control point.

Return Value

Coordinates of the indicated control point in logical units.

Exceptions

Name

Description

ArgumentException

Indicated control point is invalid.