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