Gets or set the current hit test threshold distance.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public static double HitTestDistance { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Shared Property HitTestDistance As Double |
A double value specifying threshold distance for hit-testing non-polygonal shapes.
See Also