User Tools

Site Tools


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

Table of Contents

TGIS_Shape.IsInsideCircle method

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

Test if the shape is inside a given circle.

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

Syntax

// C#
public virtual bool IsInsideCircle(
  TGIS_Point _center,
  double _range,
  TGIS_InsideType _itype
);
' VisualBasic
Public Overridable Function IsInsideCircle(
  ByVal _center As TGIS_Point,
  ByVal _range As Double,
  ByVal _itype As TGIS_InsideType
) As Boolean
// Oxygene
public
  function IsInsideCircle(
    _center : TGIS_Point;
    _range : Double;
    _itype : TGIS_InsideType
  ) : Boolean; virtual;

Parameters

Name Type Description
_center TGIS_Point center of circle
_range double
Double
circle range
_itype TGIS_InsideType kind of test

Result

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

Page Tools