DK11 for .NET | TatukGIS.NDK.TGIS_Shape.IsInsideCircle | Constructors | Fields | Methods | Properties
Test if the shape is inside a given circle.
// 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;
Name | Type | Description |
---|---|---|
_center | TGIS_Point | center of circle |
_range | double Double | circle range |
_itype | TGIS_InsideType | kind of test |
Type | Description |
---|---|
bool Boolean | True if relation is true. |