TextureRenderEventArgs.Texture Property |
Language: |
Retrieves a Direct3D.Texture from the Video object when the Video.TextureReadyToRender event is triggered.
Visual Basic Public ReadOnly Property Texture As Texture C# public Texture Texture { get; } C++ public:
property Texture^ Texture {
Texture^ get();
}JScript public function get Texture() : Texture
Microsoft.DirectX.Direct3D.Texture
This property is read-only.
A Direct3D.Texture from the Video object when the Video.TextureReadyToRender event is triggered.
The Direct3D.Texture object is the current frame of video that can be used as a texture in Microsoft Direct3D.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center