Skip to content

Latest commit

 

History

History
83 lines (66 loc) · 2.2 KB

ns-windef-rectl.md

File metadata and controls

83 lines (66 loc) · 2.2 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:windef._RECTL
RECTL (windef.h)
The RECTL structure defines a rectangle by the coordinates of its upper-left and lower-right corners.
*LPRECTL
*PRECTL
LPRECTL
LPRECTL structure pointer [Display Devices]
PRECTL
PRECTL structure pointer [Display Devices]
RECTL
RECTL structure [Display Devices]
display.rectl
grstrcts_9ae84b3b-7f9e-4296-a6da-4565cd170470.xml
windef/LPRECTL
windef/PRECTL
windef/RECTL
display\rectl.htm
display
709f8262-829e-4cda-bb0b-564307edfd24
12/05/2018
*LPRECTL, *PRECTL, LPRECTL, LPRECTL structure pointer [Display Devices], PRECTL, PRECTL structure pointer [Display Devices], RECTL, RECTL structure [Display Devices], display.rectl, grstrcts_9ae84b3b-7f9e-4296-a6da-4565cd170470.xml, windef/LPRECTL, windef/PRECTL, windef/RECTL
windef.h
Windows.h
Windows
Windows
RECTL, *PRECTL, *LPRECTL
19H1
_RECTL
windef/_RECTL
PRECTL
windef/PRECTL
RECTL
windef/RECTL
c++
APIRef
kbSyntax
HeaderDef
windef.h
RECTL

RECTL structure

-description

The RECTL structure defines a rectangle by the coordinates of its upper-left and lower-right corners.

-struct-fields

-field left

Specifies the x-coordinate of the upper-left corner of the rectangle.

-field top

Specifies the y-coordinate of the upper-left corner of the rectangle.

-field right

Specifies the x-coordinate of the lower-right corner of the rectangle.

-field bottom

Specifies the y-coordinate of the lower-right corner of the rectangle.

-remarks

The RECTL structure is identical to the RECT structure.

-see-also

RECT