'Declaration
Public Function ScreenToLogic( _ ByVal point As C1.Win.Interop.Point _ ) As C1.Win.Interop.Point
public C1.Win.Interop.Point ScreenToLogic( C1.Win.Interop.Point point )
Parameters
- point
- A point in screen coordinates (pixels from the top left corner of this control).
Return Value
The logic coordinates currently mapped to the parameter screen coordinates.