Search
Vector.Add Method (Vector, PointF)
See Also
 






Translates point by a vector.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public static PointD Add (
    Vector vector,
    PointF point
)

Visual Basic  Copy Code

Public Shared Function Add( _
    vector As Vector, _
    point As PointF _
) As PointD

 Parameters

vector

The vector to add.

point

The reference point.

 Return Value

The translated point.

 See Also