ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / Vector Class / pointSub Method

In This Topic
    pointSub Method (Vector)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function pointSub( _
       ByVal a As IPoint, _
       ByVal b As IPoint _
    ) As Vector
    public static Vector pointSub( 
       IPoint a,
       IPoint b
    )

    Parameters

    a
    b
    See Also