GetPoint Method
GetPoint(string)
Gets a Point specified by a path.
Declaration
public Point GetPoint(string path)
Public Function GetPoint(path As String) As Point
Parameters
| Type |
Name |
Description |
| string |
path |
The target path.
|
Returns
| Type |
Description |
| Point |
The point specified by path.
|