Table of Contents

Class VisualsSelectedByPointEventArgs

Namespace
HelixToolkit.Wpf
Assembly
HelixToolkit.Wpf.dll

Provides event data for the VisualsSelected event of the PointSelectionCommand.

public class VisualsSelectedByPointEventArgs : VisualsSelectedEventArgs
Inheritance
VisualsSelectedByPointEventArgs
Inherited Members

Constructors

VisualsSelectedByPointEventArgs(IList<Visual3D?>, Point)

Initializes a new instance of the VisualsSelectedByPointEventArgs class.

public VisualsSelectedByPointEventArgs(IList<Visual3D?> selectedVisuals, Point position)

Parameters

selectedVisuals IList<Visual3D>

The selected visuals.

position Point

The position.

Remarks

For the visuals selected by point, they are sorted by distance in ascending order.

Properties

Position

Gets the position of selection.

public Point Position { get; }

Property Value

Point