CustomVertex.PositionNormalFixed.CustomVertex.PositionNormalFixed(FixedPoint, FixedPoint, FixedPoint, FixedPoint, FixedPoint, FixedPoint) Constructor
Initializes a new instance of the CustomVertex.PositionNormalFixed structure using the specified fixed-point values.
Namespace: Microsoft.WindowsMobile.DirectX.Direct3D
Assembly: Microsoft.WindowsMobile.DirectX (in microsoft.windowsmobile.directx.dll)
Syntax
'Declaration
Public Sub New ( _
xValue As FixedPoint, _
yValue As FixedPoint, _
zValue As FixedPoint, _
nxValue As FixedPoint, _
nyValue As FixedPoint, _
nzValue As FixedPoint _
)
'Usage
Dim xValue As FixedPoint
Dim yValue As FixedPoint
Dim zValue As FixedPoint
Dim nxValue As FixedPoint
Dim nyValue As FixedPoint
Dim nzValue As FixedPoint
Dim instance As New PositionNormalFixed(xValue, yValue, zValue, nxValue, nyValue, nzValue)
public PositionNormalFixed (
FixedPoint xValue,
FixedPoint yValue,
FixedPoint zValue,
FixedPoint nxValue,
FixedPoint nyValue,
FixedPoint nzValue
)
public:
PositionNormalFixed (
FixedPoint xValue,
FixedPoint yValue,
FixedPoint zValue,
FixedPoint nxValue,
FixedPoint nyValue,
FixedPoint nzValue
)
public PositionNormalFixed (
FixedPoint xValue,
FixedPoint yValue,
FixedPoint zValue,
FixedPoint nxValue,
FixedPoint nyValue,
FixedPoint nzValue
)
public function PositionNormalFixed (
xValue : FixedPoint,
yValue : FixedPoint,
zValue : FixedPoint,
nxValue : FixedPoint,
nyValue : FixedPoint,
nzValue : FixedPoint
)
Not applicable.
Parameters
- xValue
A FixedPoint structure that represents the x coordinate of the position.
- yValue
A FixedPoint structure that represents the y coordinate of the position.
- zValue
A FixedPoint structure that represents the z coordinate of the position.
- nxValue
A FixedPoint structure that represents the nx coordinate of the vertex normal.
- nyValue
A FixedPoint structure that represents the ny coordinate of the vertex normal.
- nzValue
A FixedPoint structure that represents the nz coordinate of the vertex normal.
Platforms
Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Version Information
.NET Compact Framework
Supported in: 2.0
See Also
Reference
CustomVertex.PositionNormalFixed Structure
CustomVertex.PositionNormalFixed Members
Microsoft.WindowsMobile.DirectX.Direct3D Namespace