|
|
|
|
|
<Linestring2D variable>.AddPoint (Function) In french: <Variable Polyligne2D>.AjoutePoint Adds a new point to a 2D linestring. Reminder: A 2D polygon is a set of 2D linestrings. MyLine is Linestring2D
MyLine.AddPoint(32, 22)
MyLine.AddPoint(134, 12)
Syntax
<Linestring>.AddPoint(<X> , <Y>)
<Linestring>: Linestring2D variable Name of the Linestring2D variable to which to add the points. <X>: Real X-coordinate of the point. <Y>: Real Y-coordinate of the point. Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|