Skip to content

Latest commit

 

History

History
78 lines (59 loc) · 2.27 KB

ns-d3d10umddi-d3d10_ddi_box.md

File metadata and controls

78 lines (59 loc) · 2.27 KB
UID title description old-location ms.date keywords 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 tech.root req.typenames f1_keywords topic_type api_type api_location api_name
NS:d3d10umddi.D3D10_DDI_BOX
D3D10_DDI_BOX (d3d10umddi.h)
The D3D10_DDI_BOX structure describes a volume.
display\d3d10_ddi_box.htm
05/10/2018
D3D10_DDI_BOX structure
D3D10_DDI_BOX, D3D10_DDI_BOX structure [Display Devices], UMDisplayDriver_Dx10param_Structs_11ac8e3e-48db-469b-a6e6-d42fd491d56e.xml, d3d10umddi/D3D10_DDI_BOX, display.d3d10_ddi_box
d3d10umddi.h
D3d10umddi.h
Windows
Available in Windows Vista and later versions of the Windows operating systems.
Windows
display
D3D10_DDI_BOX
D3D10_DDI_BOX
d3d10umddi/D3D10_DDI_BOX
APIRef
kbSyntax
HeaderDef
d3d10umddi.h
D3D10_DDI_BOX

D3D10_DDI_BOX structure

-description

The D3D10_DDI_BOX structure describes a volume.

-struct-fields

-field left [in]

The position of the left side of the box on the x-axis.

-field top [in]

The position of the top of the box on the y-axis.

-field front

  [in] The position of the front of the box on the z-axis.

-field right [in]

The position of the right side of the box on the x-axis. Note that the width of the volume equals the value in the right member minus the value in the left member (that is, width = right – left).

-field bottom [in]

The position of the bottom of the box on the y-axis. Note that the height of the volume equals the value in the bottom member minus the value in the top member (that is, height = bottom – top).

-field back [in]

The position of the back of the box on the z-axis. Note that the depth of the volume equals the value in the back member minus the value in the front member (that is, depth = back – front).

-see-also

ResourceCopyRegion