次の方法で共有


SamplerStates.SamplerState

SamplerState プロパティ

定義

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

プロパティ値

Microsoft.DirectX.Direct3D.Sampler.

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

パラメータ

index System.Int32.

対象

SamplerStates

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