MapWinGeoProc:Buffer BufferSimplePoly
From MapWindow GIS
BufferSimplePoly
Syntax
bool BufferSimplePoly(ref MapWinGIS.Shape polygon, System.Double distance, MapWinGeoProc.Enumerations.Buffer_CapStyle capStyle, int numQuadrants, ref MapWinGIS.Shape resultShp)
Summary
Creates a buffer around a single-part polygon.
Parameters
| polygon | The simple polygon to be buffered. |
| distance | The distance from the polygon's border that the buffer should be created at. |
| capStyle | Edge treatement. 0 = pointed, 1 = rounded. |
| numQuadrants | Smoothness of rounded egdes. Smaller number = smoother circle. |
| resultShp | The resulting buffer. |
Returns
False if an error was encountered, true otherwise.
Visual Basic Net 2005 Example Implementation Code
Visual C# 2005 Example Implementation Code
Back to Buffer
















