Calculates x,y centroid coordinates of the specified polyline. The point is in bitmap coordinates.

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

Syntax

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

Return Value

Return the x,y coordinates of the polygon centroid.

See Also