CustomVertex.PositionNormalFixed 構造体
アセンブリ: Microsoft.WindowsMobile.DirectX (microsoft.windowsmobile.directx.dll 内)



CustomVertex.PositionNormalFixed 構造体を使用する方法を次のコード例に示します。
' This code example is taken from the ' Managed Direct3D Mobile Lights Tutorial Sample ' of the .NET Compact Framework Samples in the ' .NET Framework SDK. ' The .NET Compact Framework provides three ' fixed-point structures for custom vertex buffers: ' PositionNormalFixed, PostionOnlyFixed, and TransformedFixed. vbPosNormalF = New VertexBuffer(GetType(CustomVertex.PositionNormalFixed), 100, dev, Usage.WriteOnly, CustomVertex.PositionNormalFixed.Format, vertexBufferPool)
// This code example is taken from the // Managed Direct3D Mobile Lights Tutorial Sample // of the .NET Compact Framework Samples in the // .NET Framework SDK. // The .NET Compact Framework provides three // fixed-point structures for custom vertex buffers: // PositionNormalFixed, PostionOnlyFixed, and TransformedFixed. vbPosNormalF = new VertexBuffer( typeof(CustomVertex.PositionNormalFixed), 100, dev, Usage.WriteOnly, CustomVertex.PositionNormalFixed.Format, vertexBufferPool);


Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- CustomVertex.PositionNormalFixed 構造体のページへのリンク