User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_layervector.isinscope_tgis_shape_integer

Table of Contents

TGIS_LayerVector.isInScope method

DK11 for Delphi | GisLayerVector.TGIS_LayerVector.isInScope | Constructors | Fields | Methods | Properties | Events

Internally used by TGIS_Viewer.

Available also on: .NET | Java.

Syntax

// Delphi
protected
  function isInScope(
    const _shape : TGIS_Shape;
    const _cursor : Integer
  ) : Boolean; virtual;
// C++ Builder
protected:
  virtual bool isInScope(
    TGIS_Shape* const _shape,
    const int _cursor
  );

Parameters

Name Type Description
_shape TGIS_Shape shape handle
_cursor Integer cursor id

Result

Type Description
Boolean True it shape is in the scope.

Remarks

Test if the current shape is inside a given scope.

2020/05/07 01:09

Page Tools