[ Version ( since = "2.0.1" ) ]
public void get_point (int idx, out double x, out double y)
Gets the coordinates of a point in the CanvasPoints struct.
this |
a CanvasPoints struct. |
idx |
index of point to get. |
x |
location to store x coordinate. |
y |
location to store y coordinate. |