User Tools

Site Tools


api:dk11:delphi:gisfunctions.gispoint_double_double

Table of Contents

GisPoint method

DK11 for Delphi | GisFunctions.GisPoint | Fields | Methods

Create a new point.

Syntax

// Delphi
function GisPoint(
  const _x : Double;
  const _y : Double
) : TGIS_Point; inline;
// C++ Builder
extern DELPHI_PACKAGE TGIS_Point* GisPoint(
  const double _x,
  const double _y
);

Parameters

Name Type Description
_x Double coordinate
_y Double coordinate

Result

Type Description
TGIS_Point new point
2018/02/17 00:05

Page Tools