Share via


SamplerStateManagerCollection.SamplerState Property (Microsoft.DirectX.Direct3D)

Retrieves the SamplerStateManager object at the given index.

Definition

Visual Basic Public ReadOnly Property SamplerState( _
    ByVal index As Integer _
) As SamplerStateManager
C# public SamplerStateManager this[
    int index
] { get; }
C++ public:
property SamplerStateManager^ SamplerState [int] {
        SamplerStateManager^ get(int index);
}
JScript In JScript, you can use indexed properties, but you cannot define your own.

Parameters

index System.Int32
Integer that represents the SamplerStateManager object to retrieve.

Property Value

Microsoft.DirectX.Direct3D.SamplerStateManager
A SamplerStateManager object retrieved from the given index.

This property is read-only.