Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Shapefile
PointD
C# Class Shapefile.PointD
A simple double precision point
ファイルを表示
Open project: TNOCS/csTouch
Class Usage Examples
Public Properties
Property
Type
Description
X
double
Y
double
Public Methods
Method
Description
PointD
(
double
x
,
double
y
)
A simple double precision point
Method Details
PointD()
public
method
A simple double precision point
public
PointD
(
double
x
,
double
y
)
x
double
X value
y
double
Y value
Property Details
X
public_oe property
Gets or sets the X value
public
double
X
return
double
Y
public_oe property
Gets or sets the Y value
public
double
Y
return
double