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