User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_shape.isinsidepolygon_tgis_shapepolygon_tgis_insidetype

Table of Contents

TGIS_Shape.IsInsidePolygon method

DK11 for .NET | TatukGIS.NDK.TGIS_Shape.IsInsidePolygon | Constructors | Fields | Methods | Properties

Test if the shape is inside a given polygon.

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

Syntax

// C#
public virtual bool IsInsidePolygon(
  TGIS_ShapePolygon _shape,
  TGIS_InsideType _itype
);
' VisualBasic
Public Overridable Function IsInsidePolygon(
  ByVal _shape As TGIS_ShapePolygon,
  ByVal _itype As TGIS_InsideType
) As Boolean
// Oxygene
public
  function IsInsidePolygon(
    _shape : TGIS_ShapePolygon;
    _itype : TGIS_InsideType
  ) : Boolean; virtual;

Parameters

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

Result

Type Description
bool
Boolean
True if relation is true.
2022/11/16 01:35

Page Tools