ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / PathEx.Segment Structure / BezierTo Method

In This Topic
    BezierTo Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function BezierTo( _
       ByVal p1 As Vector2, _
       ByVal p2 As Vector2, _
       ByVal endPoint As Vector2 _
    ) As PathEx.Segment
    public static PathEx.Segment BezierTo( 
       Vector2 p1,
       Vector2 p2,
       Vector2 endPoint
    )

    Parameters

    p1
    p2
    endPoint
    See Also