User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_point3d.create_integer_integer

Table of Contents

TGIS_Point3D.TGIS_Point3D(int, int) constructor

DK11 for .NET | TatukGIS.NDK.TGIS_Point3D.Create | Overloads | Constructors | Fields | Methods

Create object on given coordinates.

Available also on: Java.

Syntax

// C#
public TGIS_Point3D(
  int _x,
  int _y
);
' VisualBasic
Public Sub New(
  ByVal _x As Integer,
  ByVal _y As Integer
)
// Oxygene
public
  constructor (
    _x : Integer;
    _y : Integer
  );

Parameters

Name Type Description
_x int
Integer
x coordinate
_y int
Integer
y coordinate
2020/05/07 01:19

Page Tools