Editor_LogicalToView¶
Converts the logical coordinates to the display coordinates. You can use this inline function or explicitly send the EE_LOGICAL_TO_VIEW message.
Editor_LogicalToView( HWND hwnd, POINT_PTR* pptLogical, POINT_PTR* pptView ); hwnd Specifies the window handle of the view or frame of EmEditor. 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. The return value is not used.Parameters¶
Return Values¶