ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / Geometry Class / FlatteningTolerance Property

In This Topic
    FlatteningTolerance Property
    In This Topic
    Get or set the default flattening tolerance used for all methods that are not explicitly using it. Default is set to 0.25f.
    Syntax
    'Declaration
     
    Public Property FlatteningTolerance As Single
    public float FlatteningTolerance {get; set;}
    See Also