Click or drag to resize

WpfPointBaseAnnotationPointCreationDistanceThreshold Property

Gets or sets the minimum distance between points when creating the annotation with a mouse.

Namespace:  Atalasoft.Annotate.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public double PointCreationDistanceThreshold { get; set; }

Property Value

Type: Double
The minimum distance between points when creating the annotation.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if the value being set is less than zero.
Remarks
This value is used to reduce the number of points added when creating the annotation with a mouse. Setting this property to zero will cause a point to be added each time the annotation receives a MouseMove event.
See Also