ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / Coordinate Class / Add Method
A C1.Framework.Mathematics.Vector indicates the speical vector..

In This Topic
    Add Method (Coordinate)
    In This Topic
    Add a special vector to this vector.
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal value As Vector(Of Single) _
    ) 
    public void Add( 
       Vector<float> value
    )

    Parameters

    value
    A C1.Framework.Mathematics.Vector indicates the speical vector..
    See Also