Skip to content

Latest commit

 

History

History
96 lines (71 loc) · 3.63 KB

nf-d3d11-cd3d11_viewport-cd3d11_viewport(float_float_float_float_float_float).md

File metadata and controls

96 lines (71 loc) · 3.63 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:d3d11.CD3D11_VIEWPORT.CD3D11_VIEWPORT(FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT)
CD3D11_VIEWPORT::CD3D11_VIEWPORT(FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT) (d3d11.h)
Instantiates a new instance of a CD3D11_VIEWPORT structure that is initialized with D3D11_VIEWPORT values.
CD3D11_VIEWPORT
CD3D11_VIEWPORT constructor [Direct3D 11]
CD3D11_VIEWPORT constructor [Direct3D 11]
CD3D11_VIEWPORT interface
CD3D11_VIEWPORT interface [Direct3D 11]
CD3D11_VIEWPORT constructor
CD3D11_VIEWPORT.CD3D11_VIEWPORT
CD3D11_VIEWPORT.CD3D11_VIEWPORT(FLOAT
FLOAT
FLOAT
FLOAT
FLOAT
FLOAT)
CD3D11_VIEWPORT::CD3D11_VIEWPORT
CD3D11_VIEWPORT::CD3D11_VIEWPORT(FLOAT
FLOAT
FLOAT
FLOAT
FLOAT
FLOAT)
d3d11/CD3D11_VIEWPORT::CD3D11_VIEWPORT
direct3d11.cd3d11_viewport_cd3d11_viewport_d3d11_viewport_values_
direct3d11\cd3d11_viewport_cd3d11_viewport_d3d11_viewport_values_.htm
direct3d11
EDC5768A-0BF4-40B4-ABDC-67701A75FB8A
12/05/2018
CD3D11_VIEWPORT, CD3D11_VIEWPORT constructor [Direct3D 11], CD3D11_VIEWPORT constructor [Direct3D 11],CD3D11_VIEWPORT interface, CD3D11_VIEWPORT interface [Direct3D 11],CD3D11_VIEWPORT constructor, CD3D11_VIEWPORT.CD3D11_VIEWPORT, CD3D11_VIEWPORT.CD3D11_VIEWPORT(FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT), CD3D11_VIEWPORT::CD3D11_VIEWPORT, CD3D11_VIEWPORT::CD3D11_VIEWPORT(FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT), d3d11/CD3D11_VIEWPORT::CD3D11_VIEWPORT, direct3d11.cd3d11_viewport_cd3d11_viewport_d3d11_viewport_values_
d3d11.h
Windows
Windows 7 [desktop apps \| UWP apps]
Windows Server 2008 R2 [desktop apps \| UWP apps]
D3D11.lib
Windows
19H1
CD3D11_VIEWPORT::CD3D11_VIEWPORT
d3d11/CD3D11_VIEWPORT::CD3D11_VIEWPORT
c++
APIRef
kbSyntax
COM
D3D11.lib
D3D11.dll
CD3D11_VIEWPORT.CD3D11_VIEWPORT

CD3D11_VIEWPORT::CD3D11_VIEWPORT(FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT)

-description

Instantiates a new instance of a CD3D11_VIEWPORT structure that is initialized with D3D11_VIEWPORT values.

-parameters

-param topLeftX

Type: FLOAT

X position of the left hand side of the viewport. Ranges between D3D11_VIEWPORT_BOUNDS_MIN and D3D11_VIEWPORT_BOUNDS_MAX.

-param topLeftY

Type: FLOAT

Y position of the top of the viewport. Ranges between D3D11_VIEWPORT_BOUNDS_MIN and D3D11_VIEWPORT_BOUNDS_MAX.

-param width

Type: FLOAT

Width of the viewport.

-param height

Type: FLOAT

Height of the viewport.

-param minDepth

Type: FLOAT

Minimum depth of the viewport. Ranges between 0 and 1.

-param maxDepth

Type: FLOAT

Maximum depth of the viewport. Ranges between 0 and 1.

-see-also

CD3D11_VIEWPORT