Click or drag to resize

MarkerPenJumpLengthLimit Property

When VariableJumpDelay is enabled this is the maximum length of a jump vector for which the variable jump delay is being considerated.

Namespace: RAYLASE.Marker.Common
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public double? JumpLengthLimit { get; set; }

Property Value

NullableDouble
Remarks
For every jump vector longer than this limit the value of JumpDelay is used.
See Also