Class FrameStatisticsRenderCore
- Namespace
- HelixToolkit.SharpDX.Core2D
- Assembly
- HelixToolkit.SharpDX.dll
public class FrameStatisticsRenderCore : RenderCore2DBase, IDisposable
- Inheritance
-
FrameStatisticsRenderCore
- Implements
- Inherited Members
Properties
Background
Gets or sets the background.
public Brush? Background { get; set; }
Property Value
- Brush
The background.
Foreground
Gets or sets the foreground.
public Brush? Foreground { get; set; }
Property Value
- Brush
The foreground.
Methods
CanRender(RenderContext2D)
Determines whether this instance can render the specified context.
protected override bool CanRender(RenderContext2D context)
Parameters
contextRenderContext2DThe context.
Returns
- bool
trueif this instance can render the specified context; otherwise,false.
OnAttach(IRenderHost)
Called when [attach].
protected override bool OnAttach(IRenderHost target)
Parameters
targetIRenderHostThe target.
Returns
OnDetach()
Called when [detach].
protected override void OnDetach()
OnRender(RenderContext2D)
Called when [render].
protected override void OnRender(RenderContext2D context)
Parameters
contextRenderContext2DThe context.