Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Point
Path
C# Class Point.Path
显示文件
Open project: nzhul/TelerikAcademy
Class Usage Examples
Public Properties
Property
Type
Description
AllPoints
List
Public Methods
Method
Description
AddPoint
(
Point3D
point
) :
void
ClearPath
( ) :
void
PrintPath
( ) :
void
Method Details
AddPoint()
public
method
public
AddPoint
(
Point3D
point
) :
void
point
Point3D
return
void
ClearPath()
public
method
public
ClearPath
( ) :
void
return
void
PrintPath()
public
method
public
PrintPath
( ) :
void
return
void
Property Details
AllPoints
public_oe property
public
List
AllPoints
return
List