SamplerStateManagerCollection.SamplerState Property |
Language: |
Retrieves the SamplerStateManager object at the given index.
Visual Basic .NET Public ReadOnly Property SamplerState( _
ByVal index As Integer _
) As SamplerStateManagerC# 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.
Microsoft.DirectX.Direct3D.SamplerStateManager . A SamplerStateManager object retrieved from the given index.
This property is read-only.
index System.Int32. Integer that represents the SamplerStateManager object to retrieve.
Feedback? Please provide us with your comments on this topic.