Skip to content

Latest commit

 

History

History
85 lines (65 loc) · 1.87 KB

nf-d2d1_1helper-rectl.md

File metadata and controls

85 lines (65 loc) · 1.87 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
NF:d2d1_1helper.RectL
RectL function (d2d1_1helper.h)
Returns a filled D2D1_RECT_L structure.
RectL
RectL function [Direct2D]
dciddi/RectL
direct2d.rectl
direct2d\rectl.htm
Direct2D
CE2B4034-24BC-49AE-88C6-C60BDCEA38B5
12/05/2018
RectL, RectL function [Direct2D], dciddi/RectL, direct2d.rectl
d2d1_1helper.h
D2d1_1helper.h
Windows
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps \| UWP apps]
D2d1.lib
D2d1.dll
Windows
19H1
RectL
d2d1_1helper/RectL
c++
APIRef
kbSyntax
DllExport
D2d1.dll
RectL

RectL function

-description

Returns a filled D2D1_RECT_L structure.

-parameters

-param left

Type: INT32

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

-param top

Type: INT32

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

-param right

Type: INT32

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

-param bottom

Type: INT32

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

-returns

Type: D2D1_RECT_L

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