User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.isinsidepolygon_itgis_shapepolygon_tgis_insidetype

Table of Contents

ITGIS_Shape.IsInsidePolygon method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.IsInsidePolygon | Methods | Properties

Test if the shape is inside a given polygon.

Available also on: Delphi | .NET | Java | Python.

Syntax

// C#
public WordBool IsInsidePolygon(
  ITGIS_ShapePolygon _shape,
  TGIS_InsideType _itype
);
' VisualBasic
Public Function IsInsidePolygon(
  ByVal _shape As ITGIS_ShapePolygon,
  ByVal _itype As TGIS_InsideType
) As WordBool
// Oxygene
public
  function IsInsidePolygon(
    _shape : ITGIS_ShapePolygon;
    _itype : TGIS_InsideType
  ) : WordBool;

Parameters

Name Type Description
_shape ITGIS_ShapePolygon polygon to test with
_itype TGIS_InsideType kind of test

Result

Type Description
WordBool True if relation is true.
2022/11/16 01:11

Page Tools