SamplerStateManagerCollection.SamplerState Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves the SamplerStateManager object at the given index.

Definition

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

Property Value

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

This property is read-only. 

Parameters

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

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

Feedback? Please provide us with your comments on this topic.