Microsoft DirectX 9.0 SDK Update (October 2004)

TextureRenderEventArgs.Texture Property

Language:

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

Retrieves a Direct3D.Texture from the Video object when the Video.TextureReadyToRender event is triggered.

Definition

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

Property Value

Microsoft.DirectX.Direct3D.Texture . A Direct3D.Texture from the Video object when the Video.TextureReadyToRender event is triggered.

This property is read-only. 

Remarks

The Direct3D.Texture object is the current frame of video that can be used as a texture in Microsoft® Direct3D®.


© 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