RenderingEventArgs RenderingEventArgs RenderingEventArgs RenderingEventArgs Class

Definition

Provides event data for the Rendering event.

public : sealed class RenderingEventArgs : IRenderingEventArgspublic sealed class RenderingEventArgs : IRenderingEventArgsPublic NotInheritable Class RenderingEventArgs Implements IRenderingEventArgs// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Properties

RenderingTime RenderingTime RenderingTime RenderingTime

Gets the time when the frame rendered, for timing purposes

public : TimeSpan RenderingTime { get; }public TimeSpan RenderingTime { get; }Public ReadOnly Property RenderingTime As TimeSpan// This API is not available in Javascript.
Value
TimeSpan TimeSpan TimeSpan TimeSpan

The time when the frame rendered.