StandardTool3D.PointerRadius Property
Gets or sets the pointer radius for hit-testing.
Syntax
public System.Int32 PointerRadius { get; set; }
Property Value
Default: 2
The radius (in pixels) for hit-testing.
Remarks
The PointerRadius defines the size of the area that should be hit-tested, for example when checking whether a selectable feature is under the cursor. The tool will pass the radius to the View.WhatsAt method.
The area that is hit-tested is the bounding box that contains the circle specified by PointerRadius.
Platforms
Windows, Linux, Android