Box Structure |
Language: |
Defines a volume.
Visual Basic Public Structure Box C# public struct Box C++ public value class Box sealed JScript In JScript, you can use structures, but you cannot define your own.
The Box structure includes the left, top, and front edges, but not the right, bottom, or back edges. For example, a box that is 100 units wide and begins at 0 (thus, including the points up to and including 99) would be expressed with a value of 0 for the Left member and a value of 100 for the Right member. Note that a value of 99 is not used for the Right member.
The restrictions on side ordering for Box are left to right, top to bottom, and front to back.
Namespace Microsoft.DirectX.Direct3D Assembly Microsoft.DirectX.Direct3D (microsoft.directx.direct3d.dll) Strong Name Microsoft.DirectX.Direct3D, Version=1.0.900.0, Culture=neutral, PublicKeyToken=d3231b57b74a1492
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center