TextureRenderEventArgs.Texture Property

Language:

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

Definition

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

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.


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