Table of Contents
Flatness Property

Gets or sets the flatness tolerance in the graphics state.

Syntax
 public Int32 Flatness { get; set; }
Remarks

The flatness tolerance controls the maximum permitted distance in device pixels between the mathematically correct path and an approximation constructed from straight line segments. smaller values yield greater precision at the cost of more computation. Valid values are from 0 to 100, a value of 0 specifies the default flatness tolerance.

See Also