HolographicFrameScanoutReport.RenderingReport Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets rendering timing information about the HolographicFrame that was scanned out.
public:
property HolographicFrameRenderingReport ^ RenderingReport { HolographicFrameRenderingReport ^ get(); };
HolographicFrameRenderingReport RenderingReport();
public HolographicFrameRenderingReport RenderingReport { get; }
var holographicFrameRenderingReport = holographicFrameScanoutReport.renderingReport;
Public ReadOnly Property RenderingReport As HolographicFrameRenderingReport
Property Value
A HolographicFrameRenderingReport containing rendering timing information about the HolographicFrame that was scanned out.