Path.getCurrentPoint

Replaces the first two elements in the parameter with values that describe the current point of the path.

@param point the array to hold the result

@exception IllegalArgumentException <ul> <li>ERROR_NULL_ARGUMENT - if the parameter is null</li> <li>ERROR_INVALID_ARGUMENT - if the parameter is too small to hold the end point</li> </ul> @exception SWTException <ul> <li>ERROR_GRAPHIC_DISPOSED - if the receiver has been disposed</li> </ul>

class Path
void
getCurrentPoint
(
float[] point
)

Meta