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 構造体のページへのリンク

 
                             
                    


