Interface IMediaFoundationRenderSurface
Represents a UI control that has it's own handle which can be used for drawing.
Namespace: Telerik.Windows.MediaFoundation
Assembly: Telerik.Windows.MediaFoundation.dll
Syntax
public interface IMediaFoundationRenderSurface
Methods
GetHandle()
Gets a pointer to the win32 handle of the presenter.
Declaration
IntPtr GetHandle()
Returns
System.IntPtr
|