ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / PathEx Class / Flatten Method / Flatten(Int32) Method
Count of segments to break bezier.

In This Topic
    Flatten(Int32) Method
    In This Topic
    Break beziers to lines.
    Syntax
    'Declaration
     
    Public Overloads Sub Flatten( _
       ByVal segmentsCount As Integer _
    ) 
    public void Flatten( 
       int segmentsCount
    )

    Parameters

    segmentsCount
    Count of segments to break bezier.
    See Also