VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftVector3D Structure / Add Methods / Add(VintasoftVector3D,VintasoftPoint3D) Method
Syntax Requirements SeeAlso
In This Topic
    Add(VintasoftVector3D,VintasoftPoint3D) Method (VintasoftVector3D)
    In This Topic
    Translates the specified point by the specified vector and returns the resulting point.
    Syntax
    'Declaration
    
    Public Overloads Shared Function Add( _
    ByVal vector
    The amount to translate the specified point.
    As VintasoftVector3D, _
    ByVal point
    The point to translate.
    As VintasoftPoint3D _
    ) As VintasoftPoint3D

    Parameters

    vector
    The amount to translate the specified point.
    point
    The point to translate.

    Return Value

    The result of translating point by vector.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also