Interface IRenderSurfaceInstrumentsSink
Per-surface instrumentation sink. A window or native popup owns one instance; its view tree receives it through IViewInstrumentsSink.
public interface IRenderSurfaceInstrumentsSink : IViewInstrumentsSink, IDisposable
- Inherited Members
Properties
Name
Stable diagnostic name of the surface, such as its owning window type.
string Name { get; }
Property Value
Methods
BeginFrame()
Begins one update frame for this render surface.
void BeginFrame()
EndFrame()
Completes one update frame for this render surface.
void EndFrame()