User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.isinsideextent_itgis_extent_tgis_insidetype

Table of Contents

ITGIS_Shape.IsInsideExtent method

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

Test if the shape is inside a defined extent.

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

Syntax

// C#
public WordBool IsInsideExtent(
  ITGIS_Extent _extent,
  TGIS_InsideType _itype
);
' VisualBasic
Public Function IsInsideExtent(
  ByVal _extent As ITGIS_Extent,
  ByVal _itype As TGIS_InsideType
) As WordBool
// Oxygene
public
  function IsInsideExtent(
    _extent : ITGIS_Extent;
    _itype : TGIS_InsideType
  ) : WordBool;

Parameters

Name Type Description
_extent ITGIS_Extent extent to be tested with
_itype TGIS_InsideType kind of test

Result

Type Description
WordBool True if shape is inside provided extent.

Remarks

See IsInsideCircle for example.

2022/11/16 01:11

Page Tools