DK11 for Delphi | GisLayerVector.TGIS_Shape.Centroid | Constructors | Fields | Methods | Properties
Calculate the central point of a shape.
// Delphi public function Centroid : TGIS_Point; virtual;
// C++ Builder public: virtual TGIS_Point* Centroid(void);
Type | Description |
---|---|
TGIS_Point | Point location. |