ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / PathExtensions Class / AddLineTo Method

In This Topic
    AddLineTo Method (PathExtensions)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub AddLineTo( _
       ByVal path As PathEx, _
       ByVal point As PointF _
    ) 
    public static void AddLineTo( 
       PathEx path,
       PointF point
    )

    Parameters

    path
    point
    See Also