Einhugur Framework for C++

ContainerControl.LocalToScreenCoordinate Method

This method converts a point that is local to the control to a point that is local to the screen.

public void LocalToScreenCoordinate(
   HIPoint* point)

Parameters

point
The point to be converted.

Returns

void

Remarks

See Also

ContainerControl Class