'Declaration
Public Function LogicToScreen( _ ByVal point As C1.Win.Interop.Point _ ) As C1.Win.Interop.Point
public C1.Win.Interop.Point LogicToScreen( C1.Win.Interop.Point point )
Parameters
- point
- A point in logic coordinates.
Return Value
The screen coordinates currently mapped to the parameter logic coordinates.