Namespace:
EGIS.ShapeFileLib
Assembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Assembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Shared Sub PolygonClip ( _ inputPolygon As Point(), _ inputCount As Integer, _ clipBounds As GeometryAlgorithms..::..ClipBounds, _ clippedPolygon As List(Of Point) _ ) |
C# |
---|
public static void PolygonClip( Point[] inputPolygon, int inputCount, GeometryAlgorithms..::..ClipBounds clipBounds, List<Point> clippedPolygon ) |
Visual C++ |
---|
public: static void PolygonClip( array<Point>^ inputPolygon, int inputCount, GeometryAlgorithms..::..ClipBounds clipBounds, List<Point>^ clippedPolygon ) |
JavaScript |
---|
EGIS.ShapeFileLib.GeometryAlgorithms.polygonClip = function(inputPolygon, inputCount, clipBounds, clippedPolygon); |
Parameters
- inputPolygon
- Type: array<System.Drawing..::..Point>[]()[][]
- inputCount
- Type: System..::..Int32
- clipBounds
- Type: EGIS.ShapeFileLib..::..GeometryAlgorithms..::..ClipBounds
- clippedPolygon
- Type: System.Collections.Generic..::..List<(Of <(<'Point>)>)>