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

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

    Parameters

    a
    b
    See Also