次の方法で共有


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 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
)

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.

.NET Framework Security

  • Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see .

Platforms

Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Version Information

.NET Compact Framework

Supported in: 2.0

See Also

Reference

CustomVertex.PositionNormalFixed Structure
CustomVertex.PositionNormalFixed Members
Microsoft.WindowsMobile.DirectX.Direct3D Namespace