Project Hoshimi Documented Class Library
PathPoint Method (index)
NamespacesPH.CommonMoveablePathPoint(Int32)
Obtain a point of the path
Declaration Syntax
C#Visual BasicVisual C++
public Point PathPoint(
	int index
)
Public Function PathPoint ( _
	index As Integer _
) As Point
public:
Point PathPoint(
	int index
)
Parameters
index (Int32)
Index of the point in the path
Return Value
Point of the path
Remarks
If index is not valid (less than 0 or more or equal than PathCount), return Point.Empty.

Assembly: PH.Common (Module: PH.Common) Version: 6.0.0.0