In This Topic
Transform a point from logic coordinates to screen coordinates.
Syntax
'Declaration
Public Function LogicToScreen( _
ByVal As Point _
) As Point
public Point LogicToScreen(
Point
)
Parameters
- point
- A point in logic coordinates.
Return Value
The screen coordinates currently mapped to the parameter logic coordinates.
See Also