Freigeben über


CustomVertex.PositionNormalColored-Konstruktor (Single, Single, Single, Single, Single, Single, Int32)

Dieser Dokumentation für die Vorschau nur ist und in späteren Versionen geändert. Leere Themen wurden als Platzhalter eingefügt.]

Initialisiert eine neue Instanz der Struktur CustomVertex.PositionNormalColored.

Namespace:  Microsoft.WindowsMobile.DirectX.Direct3D
Assembly:  Microsoft.WindowsMobile.DirectX (in Microsoft.WindowsMobile.DirectX.dll)

Syntax

'Declaration
Public Sub New ( _
    xValue As Single, _
    yValue As Single, _
    zValue As Single, _
    nxValue As Single, _
    nyValue As Single, _
    nzValue As Single, _
    c As Integer _
)
'Usage
Dim xValue As Single
Dim yValue As Single
Dim zValue As Single
Dim nxValue As Single
Dim nyValue As Single
Dim nzValue As Single
Dim c As Integer

Dim instance As New CustomVertex..::..PositionNormalColored(xValue, _
    yValue, zValue, nxValue, nyValue, _
    nzValue, c)
public PositionNormalColored(
    float xValue,
    float yValue,
    float zValue,
    float nxValue,
    float nyValue,
    float nzValue,
    int c
)
public:
PositionNormalColored(
    float xValue, 
    float yValue, 
    float zValue, 
    float nxValue, 
    float nyValue, 
    float nzValue, 
    int c
)
new : 
        xValue:float32 * 
        yValue:float32 * 
        zValue:float32 * 
        nxValue:float32 * 
        nyValue:float32 * 
        nzValue:float32 * 
        c:int -> PositionNormalColored

Parameter

  • xValue
    Typ: System.Single
    Ein Gleitkommawert, der die X-Koordinate der Position darstellt.
  • yValue
    Typ: System.Single
    Ein Gleitkommawert, der die y-Koordinate der Position darstellt.
  • zValue
    Typ: System.Single
    Ein Gleitkommawert, der die Z-Koordinate der Position darstellt.
  • nxValue
    Typ: System.Single
    Ein Gleitkommawert, der die Nx-Koordinate der Vertexnormalen darstellt.
  • nyValue
    Typ: System.Single
    Ein Gleitkommawert, der die ny-Koordinate der Vertexnormalen darstellt.
  • nzValue
    Typ: System.Single
    Ein Gleitkommawert, der die Nz-Koordinate der Vertexnormalen darstellt.
  • c
    Typ: System.Int32
    Eine ganze Zahl, die den Scheitelpunkt-Farbwert darstellt.

.NET Framework-Sicherheit

Plattformen

Windows CE, Windows Mobile für Smartphone, Windows Mobile für Pocket PC

Die .NET Framework und .NET Compact Framework unterstützen nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET framework.

Versionsinformationen

.NET Compact Framework

Unterstützt in: 3.5, 2.0

Siehe auch

Referenz

CustomVertex.PositionNormalColored Struktur

Member CustomVertex.PositionNormalColored

CustomVertex.PositionNormalColored-Überladung

Microsoft.WindowsMobile.DirectX.Direct3D-Namespace