EE_VIEW_TO_LOGICAL

Converts the display coordinates of a specified position to the logical coordinates. You can send this message explicitly or use the Editor_ViewToLogical inline function.

EE_VIEW_TO_LOGICAL
wParam = (WPARAM) (POINT_PTR*) pptView;
lParam = (LPARAM) (POINT_PTR*) pptLogical;

Parameters

pptView

Pointer to a POINT_PTR structure that specifies the display coordinates to be converted.

pptLogical

Pointer to a POINT_PTR structure that will receive the converted logical coordinates.

Return Values

The return value is not used.