Table of Contents

Interface IRenderSurfaceInstrumentsSink

Namespace
Xui.Core.Debug
Assembly
Xui.Core.dll

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

string

Methods

BeginFrame()

Begins one update frame for this render surface.

void BeginFrame()

EndFrame()

Completes one update frame for this render surface.

void EndFrame()