EE_LOGICAL_TO_VIEW

Converts the logical coordinates to the display coordinates. You can send this message explicitly or use the Editor_LogicalToView inline function.

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

Parameters

pptLogical

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

pptView

Pointer to a POINT_PTR structure to receive the converted display coordinates.

Return Values

The return value is not used.