Freigeben über


VertexInformation.GetFormatSize-Methode

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

Gibt die Größe des VertexFormats zurück.

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

Syntax

'Declaration
Public Shared Function GetFormatSize ( _
    vertexFormat As VertexFormats _
) As Integer
'Usage
Dim vertexFormat As VertexFormats
Dim returnValue As Integer

returnValue = VertexInformation.GetFormatSize(vertexFormat)
public static int GetFormatSize(
    VertexFormats vertexFormat
)
public:
static int GetFormatSize(
    VertexFormats vertexFormat
)
static member GetFormatSize : 
        vertexFormat:VertexFormats -> int 

Parameter

Rückgabewert

Typ: System.Int32
Wert, der die Größe des Vertexformats angibt.

.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

VertexInformation Klasse

Member VertexInformation

Microsoft.WindowsMobile.DirectX.Direct3D-Namespace