ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Single
    public System.float FlatteningTolerance {get; set;}
    See Also