DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.IsInsideExtent | Methods | Properties
Test if the shape is inside a defined extent.
// 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;
Name | Type | Description |
---|---|---|
_extent | ITGIS_Extent | extent to be tested with |
_itype | TGIS_InsideType | kind of test |
Type | Description |
---|---|
WordBool | True if shape is inside provided extent. |
See IsInsideCircle for example.