Share via


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

.NET Framework Security

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

CustomVertex.PositionNormalFixed Overload

Microsoft.WindowsMobile.DirectX.Direct3D Namespace