VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftPoint3D Structure / Subtract(VintasoftPoint3D,VintasoftPoint3D) Method
Syntax Requirements SeeAlso
In This Topic
Subtract(VintasoftPoint3D,VintasoftPoint3D) Method (VintasoftPoint3D)
In This Topic
Subtracts one specified point from another.
Syntax
'Declaration

Public Shared Function Subtract( _
ByVal point1
The point from which point2 is subtracted.
As VintasoftPoint3D, _
ByVal point2
The point to subtract from point1.
As VintasoftPoint3D _
) As VintasoftPoint3D

Parameters

point1
The point from which point2 is subtracted.
point2
The point to subtract from point1.

Return Value

The difference between point1 and point2.
Requirements

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

See Also