DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.IsInsideCircle | Methods | Properties
Test if the shape is inside a given circle.
// C# public WordBool IsInsideCircle( ITGIS_Point _center, double _range, TGIS_InsideType _itype );
' VisualBasic Public Function IsInsideCircle( ByVal _center As ITGIS_Point, ByVal _range As Double, ByVal _itype As TGIS_InsideType ) As WordBool
// Oxygene public function IsInsideCircle( _center : ITGIS_Point; _range : Double; _itype : TGIS_InsideType ) : WordBool;
Name | Type | Description |
---|---|---|
_center | ITGIS_Point | center of circle |
_range | double Double | circle range |
_itype | TGIS_InsideType | kind of test |
Type | Description |
---|---|
WordBool | True if relation is true. |