CustomVertex.PositionOnlyFixed コンストラクタ
オーバーロードの一覧| 名前 | 説明 |
|---|---|
| CustomVertex.PositionOnlyFixed (Vector3Fixed) | CustomVertex.PositionOnlyFixed 構造体の新しいインスタンスを初期化します。 .NET Compact Framework によってサポートされています。 |
| CustomVertex.PositionOnlyFixed (FixedPoint, FixedPoint, FixedPoint) | CustomVertex.PositionOnlyFixed 構造体の新しいインスタンスを初期化します。 .NET Compact Framework によってサポートされています。 |
参照CustomVertex.PositionOnlyFixed コンストラクタ (Vector3Fixed)
アセンブリ: Microsoft.WindowsMobile.DirectX (microsoft.windowsmobile.directx.dll 内)
構文
.NET Framework のセキュリティ
プラットフォームWindows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照CustomVertex.PositionOnlyFixed コンストラクタ (FixedPoint, FixedPoint, FixedPoint)
アセンブリ: Microsoft.WindowsMobile.DirectX (microsoft.windowsmobile.directx.dll 内)
構文Dim xValue As FixedPoint Dim yValue As FixedPoint Dim zValue As FixedPoint Dim instance As New PositionOnlyFixed(xValue, yValue, zValue)
.NET Framework のセキュリティ
プラットフォームWindows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照CustomVertex.PositionOnlyFixed フィールド
CustomVertex.PositionOnlyFixed プロパティ
CustomVertex.PositionOnlyFixed メソッド
パブリック メソッド| 名前 | 説明 | |
|---|---|---|
| Equals | オーバーロードされます。 ( ValueType から継承されます。) |
| GetHashCode | このインスタンスのハッシュ コードを返します。 ( ValueType から継承されます。) |
| GetType | 現在のインスタンスの Type を取得します。 ( Object から継承されます。) |
| ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 ( Object から継承されます。) |
| ToString | 現在の Object を表す String を返します。 ( Object から継承されます。) |
プロテクト メソッド| 名前 | 説明 | |
|---|---|---|
| Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 ( Object から継承されます。) |
| MemberwiseClone | 現在の Object の簡易コピーを作成します。 ( Object から継承されます。) |
参照CustomVertex.PositionOnlyFixed メンバ
位置データのみを格納するカスタムの頂点形式を固定小数点の構造体で表します。
CustomVertex.PositionOnlyFixed データ型で公開されるメンバを以下の表に示します。
パブリック コンストラクタ| 名前 | 説明 | |
|---|---|---|
| CustomVertex.PositionOnlyFixed | オーバーロードされます。 CustomVertex.PositionOnlyFixed 構造体の新しいインスタンスを初期化します。 |
パブリック フィールド
パブリック プロパティ
パブリック メソッド| 名前 | 説明 | |
|---|---|---|
| Equals | オーバーロードされます。 ( ValueType から継承されます。) |
| GetHashCode | このインスタンスのハッシュ コードを返します。 (ValueType から継承されます。) |
| GetType | 現在のインスタンスの Type を取得します。 (Object から継承されます。) |
| ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 (Object から継承されます。) |
| ToString | 現在の Object を表す String を返します。 (Object から継承されます。) |
プロテクト メソッド| 名前 | 説明 | |
|---|---|---|
| Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Object から継承されます。) |
| MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Object から継承されます。) |
参照CustomVertex.PositionOnlyFixed 構造体
アセンブリ: Microsoft.WindowsMobile.DirectX (microsoft.windowsmobile.directx.dll 内)
構文
解説
使用例CustomVertex.PositionOnlyFixed 構造体を使用する方法を次のコード例に示します。
' 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. vbPosOnlyF = New VertexBuffer(GetType(CustomVertex.PositionOnlyFixed), 100, dev, Usage.WriteOnly, CustomVertex.PositionOnlyFixed.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. vbPosOnlyF = new VertexBuffer( typeof(CustomVertex.PositionOnlyFixed), 100, dev, Usage.WriteOnly, CustomVertex.PositionOnlyFixed.Format, vertexBufferPool);
スレッド セーフ
プラットフォームWindows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照- CustomVertex.PositionOnlyFixedのページへのリンク