CustomVertex.PositionNormalFixed Constructor (FixedPoint, FixedPoint, FixedPoint, FixedPoint, FixedPoint, FixedPoint)
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 CustomVertex.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 function CustomVertex.PositionNormalFixed(
xValue : FixedPoint,
yValue : FixedPoint,
zValue : FixedPoint,
nxValue : FixedPoint,
nyValue : FixedPoint,
nzValue : FixedPoint
)
Parameters
xValue
Type: Microsoft.WindowsMobile.DirectX.Direct3D.FixedPointA FixedPoint structure that represents the x coordinate of the position.
yValue
Type: Microsoft.WindowsMobile.DirectX.Direct3D.FixedPointA FixedPoint structure that represents the y coordinate of the position.
zValue
Type: Microsoft.WindowsMobile.DirectX.Direct3D.FixedPointA FixedPoint structure that represents the z coordinate of the position.
nxValue
Type: Microsoft.WindowsMobile.DirectX.Direct3D.FixedPointA FixedPoint structure that represents the nx coordinate of the vertex normal.
nyValue
Type: Microsoft.WindowsMobile.DirectX.Direct3D.FixedPointA FixedPoint structure that represents the ny coordinate of the vertex normal.
nzValue
Type: Microsoft.WindowsMobile.DirectX.Direct3D.FixedPointA FixedPoint structure that represents the nz coordinate of the vertex normal.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Platforms
Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Compact Framework
Supported in: 3.5, 2.0
See Also
Reference
CustomVertex.PositionNormalFixed Structure
CustomVertex.PositionNormalFixed Members