Namespace:
EGIS.ShapeFileLib
Assembly:
EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Shared Function DistanceToPolygon ( _
data As Byte(), _
offset As Integer, _
numPoints As Integer, _
point As PointD _
) As Double |
C# |
---|
public static double DistanceToPolygon(
byte[] data,
int offset,
int numPoints,
PointD point
) |
Visual C++ |
---|
public:
static double DistanceToPolygon(
array<unsigned char>^ data,
int offset,
int numPoints,
PointD point
) |
JavaScript |
---|
EGIS.ShapeFileLib.GeometryAlgorithms.distanceToPolygon = function(data, offset, numPoints, point); |
Parameters
- data
- Type: array<System..::..Byte>[]()[][]
- offset
- Type: System..::..Int32
- numPoints
- Type: System..::..Int32
- point
- Type: EGIS.ShapeFileLib..::..PointD
See Also