VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftPoint3D Structure / Add Methods / Add(VintasoftPoint3D,VintasoftPoint3D) Method
Syntax Requirements SeeAlso
In This Topic
    Add(VintasoftPoint3D,VintasoftPoint3D) Method (VintasoftPoint3D)
    In This Topic
    Adds two points and returns the result as a VintasoftPoint3D structure.
    Syntax
    'Declaration
    
    Public Overloads Shared Function Add( _
    ByVal point1
    The first point to add.
    As VintasoftPoint3D, _
    ByVal point2
    The second point to add.
    As VintasoftPoint3D _
    ) As VintasoftPoint3D

    Parameters

    point1
    The first point to add.
    point2
    The second point to add.

    Return Value

    The sum of point and point.
    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