Skip to content

Latest commit

 

History

History
85 lines (65 loc) · 2 KB

nf-d2d1helper-rectu.md

File metadata and controls

85 lines (65 loc) · 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
NF:d2d1helper.RectU
RectU function (d2d1helper.h)
Creates a D2D1_RECT_U structure that contains the specified dimensions.
RectU
RectU function [Direct2D]
d2d1helper/RectU
direct2d.rectu
direct2d\rectu.htm
Direct2D
a0b7b850-b58d-43a0-b5c5-61a3791f0681
12/05/2018
RectU, RectU function [Direct2D], d2d1helper/RectU, direct2d.rectu
d2d1helper.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
RectU
d2d1helper/RectU
c++
APIRef
kbSyntax
DllExport
D2d1.dll
RectU

RectU function

-description

Creates a D2D1_RECT_U structure that contains the specified dimensions.

-parameters

-param left

Type: UINT32

The x-coordinate of the upper-left corner of the rectangle. The default value is 0.

-param top

Type: UINT32

The y-coordinate of the upper-left corner of the rectangle. The default value is 0.

-param right

Type: UINT32

The x-coordinate of the lower-right corner of the rectangle. The default value is 0.

-param bottom

Type: UINT32

The y-coordinate of the lower-right corner of the rectangle. The default value is 0.

-returns

Type: D2D1_RECT_U

A rectangle structure that contains the specified dimensions.