MapDialogRect(IntPtr, NativeRectangle) | Converts the specified dialog box units to screen units (pixels). The function replaces the coordinates in the specified NativeRectangle structure with the converted coordinates, which allows the structure to be used to create a dialog box or position a control within a dialog box. |
MapDialogRect(IntPtr, Rectangle) | Converts the specified dialog box units to screen units (pixels). The function replaces the coordinates in the specified Rectangle structure with the converted coordinates, which allows the structure to be used to create a dialog box or position a control within a dialog box. |