Class RectangleHitResult
- Namespace
- HelixToolkit.Wpf
- Assembly
- HelixToolkit.Wpf.dll
Represents a rectangle hit result.
public sealed class RectangleHitResult : IHitResult
- Inheritance
-
RectangleHitResult
- Implements
- Inherited Members
Constructors
RectangleHitResult(Model3D?, Visual3D?)
Initializes a new instance of the RectangleHitResult class.
public RectangleHitResult(Model3D? model, Visual3D? visual)
Parameters
Properties
Model
Gets the hit model.
public Model3D? Model { get; }
Property Value
Visual
Gets the hit visual.
public Visual3D? Visual { get; }