| FigureTolerance Property |
Gets or sets the tolerance which is allowed when flattening smooth curves.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public static float Tolerance { get; set; }
Public Shared Property Tolerance As Single
Get
Set
public:
static property float Tolerance {
float get ();
void set (float value);
}
static member Tolerance : float32 with get, set
Property Value
Type:
Single
The tolerance which is allowed when flattening smooth curves. The default value is 0.01.
Exceptions 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