| Article | 60000013 |
| Type | Wish |
| Product | Engine |
| Version | 6007 |
| Date Added | 12/6/2006 |
| Fixed | Yes [6/21/2007] |
| Submitted by | Levi de Azevedo |
| Keywords |
In version 6008 we added a static method in vdPolyline object named GetBoundaryPolyFromPoint which updates the polyline's Vertexlist with the calculated baoundary from the given point. This method can be used as following:
VectorDraw.Professional.vdFigures.
vdPolyline poly = new vdPolyline();You can also check VDF.chm in Index for "GetBoundaryPolyFromPoint" for a description of the parameters.