User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_point.create_integer_integer

Table of Contents

TGIS_Point.TGIS_Point(int, int) constructor

DK for Java | tatukgis.jdk.TGIS_Point.Create | Overloads | Constructors | Fields | Methods

Create object on given coordinates.

Available also on: .NET.

Syntax

// Java
public TGIS_Point(
  int _x,
  int _y
);
// Oxygene
public
  constructor (
    _x : Integer;
    _y : Integer
  );

Parameters

Name Type Description
_x int
Integer
x coordinate
_y int
Integer
y coordinate
2025/01/31 01:17

Page Tools