次の方法で共有


ClipPlanes.Item

Item プロパティ

定義

Visual Basic Public ReadOnly Property Item( _
    ByVal index As Integer _
) As ClipPlane
C# public ClipPlane this[
    int index
] { get; }
Managed C++ public: __property ClipPlane* get_Item(
    int index
);
JScript インデックス化されたプロパティは使えるが、独自に定義することはできない。

プロパティ値

Microsoft.DirectX.Direct3D.ClipPlane.

これは読み取り専用プロパティである。 

パラメータ

index System.Int32.

対象

ClipPlanes

© 2002 Microsoft Corporation. All rights reserved. Terms of use.