Point:Set(xVal, yVal)

Version added: before 9.5
Assign new X and Y coordinate values to the point

Arguments:

Name Type Description Default Ver
xVal int32 The X value you wish to set < 9.5
yVal int32 The Y value you wish to set < 9.5

Return value:

void none
This function is an alternative to setting the X and Y values individually.
<< Back to Point