Performs an addition of coordinates of two points.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Sub AddPt( _ ByVal Src As DPoint, _ ByRef Dst As DPoint _ ) |
Parameters
-
Src
-
Type: DPoint
A DPoint object representing a first point to add.
-
Dst
-
Type: DPoint
A DPoint object representing a second point to add.
The summarized coordinates will be assigned to this point.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also