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 内)



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)


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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からCustomVertex.PositionOnlyFixedを検索する場合は、下記のリンクをクリックしてください。

- CustomVertex.PositionOnlyFixedのページへのリンク