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

    Parameters

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

    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