Click or drag to resize
DigitalRuneFigureTolerance Property
Gets or sets the tolerance which is allowed when flattening smooth curves.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public static float Tolerance { get; set; }

Property Value

Type: Single
The tolerance which is allowed when flattening smooth curves. The default value is 0.01.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException The value is zero or less than zero.
Remarks
Changing MaxNumberOfIterations or Tolerance does not automatically redraw the existing figures with the new settings. The figures need to be invalidated (see method Invalidate) to force a redraw.
See Also