get_start_point
Description:
public bool get_start_point (
out unowned PathPoint result)
Gets the start point of the path.
An empty path has no points, so false is returned in this case.
Parameters:
this |
a path
|
result |
return location for point
|
Returns:
true if result was filled
|