Jump to content

WinOffsetRect: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

9 April 2025

  • curprev 03:1103:11, 9 April 2025 Martini talk contribs 2,682 bytes +2,682 Created page with "This function ''offsets a rectangle''. ==Syntax== WinOffsetRect(hab, prcl, cx, cy) ==Parameters== ;hab (HAB) - Input : Anchor-block handle. ;prcl (PRECTL) - In/Out : Rectangle to be offset. :;Note :: The value of each field in this structure must be in the range -32 768 through 32 767. The data type WRECT may also be used, if supported by the language. ;cx (LONG) - Input : x-value of offset. ;cy (LONG) - Input : y-value of offset. ==Returns== ;rc..."