Calculates x,y coordinates of the selection centroid. The point is in image coordinates.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEPoint GetSelectionCentroid()
Public Function GetSelectionCentroid As IEPoint
public:
IEPoint GetSelectionCentroid()

Return Value

The x,y coordinates.

See Also