Class FrameStatisticsNode2D
- Namespace
- HelixToolkit.SharpDX.Model.Scene2D
- Assembly
- HelixToolkit.SharpDX.dll
public class FrameStatisticsNode2D : SceneNode2D, IDisposable, IHitable2D
- Inheritance
-
FrameStatisticsNode2D
- Implements
- Inherited Members
Constructors
FrameStatisticsNode2D()
public FrameStatisticsNode2D()
Properties
Background
public Brush? Background { get; set; }
Property Value
- Brush
Foreground
public Brush? Foreground { get; set; }
Property Value
- Brush
Methods
CanHitTest()
Determines whether this instance [can hit test].
protected override bool CanHitTest()
Returns
- bool
trueif this instance [can hit test]; otherwise,false.
CreateRenderCore()
Creates the render core.
protected override RenderCore2D CreateRenderCore()
Returns
OnHitTest(ref Vector2, out HitTest2DResult?)
Called when [hit test].
protected override bool OnHitTest(ref Vector2 mousePoint, out HitTest2DResult? hitResult)
Parameters
mousePointVector2The mouse point.
hitResultHitTest2DResultThe hit result.