Visual Basic (Declaration) | |
---|---|
Public MustOverride Function AddPoint( _ ByVal x As Double, _ ByVal y As Double, _ ByVal isConnect As Boolean _ ) As Integer |
Parameters
- x
- X point value.
- y
- Y point value.
- isConnect
- Whether the point is connected or not.
Return Value
The index of the new point.The single point is inserted into the limit line in ascending X-value order. This point is inserted after any existing point with the same X value.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)