| FigureMaxNumberOfIterations Property |
Gets or sets the maximum number of iterations which are taken 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 int MaxNumberOfIterations { get; set; }
Public Shared Property MaxNumberOfIterations As Integer
Get
Set
public:
static property int MaxNumberOfIterations {
int get ();
void set (int value);
}
static member MaxNumberOfIterations : int with get, set
Property Value
Type:
Int32
The maximum number of iterations which are taken when flattening smooth curves. The default
value is 10.
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