Q3WindowPointPick_GetPoint
You can use theQ3WindowPointPick_GetPointfunction to get the point of a window-point pick object.
TQ3Status Q3WindowPointPick_GetPoint ( TQ3PickObject pick, TQ3Point2D *point);
pick- A window-point pick object.
point- On exit, the current point of the specified window-point pick object.
DESCRIPTION
TheQ3WindowPointPick_GetPointfunction returns, in thepointparameter, the current point of the window-point pick object specified by thepickparameter.