Microsoft DirectX 9.0 SDK Update (October 2004)

Device.RenderState Property

Language:

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

Retrieves a render-state value for a device.

Definition

Visual Basic .NET Public ReadOnly Property RenderState As RenderStateManager
C# public RenderStateManager RenderState { get; }
Managed C++ public: __property RenderStateManager* get_RenderState();
JScript .NET public function get RenderState() : RenderStateManager

Property Value

Microsoft.DirectX.Direct3D.RenderStateManager . Returns the RenderStateManager object for the device.

This property is read-only. 

Remarks

This method returns the last render state that was set for the device, or the default device render state, if not previously set, for a device created using CreateFlags.PureDevice.


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

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center