次の方法で共有


Caps.MaxUserClipPlanes

MaxUserClipPlanes プロパティ

サポートされるユーザー定義クリップ面の最大数。このメンバは 0 から D3DMAXUSERCLIPPLANES までの範囲になる。任意の物理デバイスの場合、この能力は、指定されたパラメータに応じて Direct3DDevice オブジェクト間で異なることがある。

定義

Visual Basic Public ReadOnly Property MaxUserClipPlanes As Integer
C# public int MaxUserClipPlanes { get; }
Managed C++ public: __property int get_MaxUserClipPlanes();
JScript public function get MaxUserClipPlanes() : int

プロパティ値

System.Int32.

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

対象

Caps

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