DK11 for .NET | TatukGIS.NDK.TGIS_Shape.IsInsideExtent | Constructors | Fields | Methods | Properties
Test if the shape is inside a defined extent.
// C# public virtual bool IsInsideExtent( TGIS_Extent _extent, TGIS_InsideType _itype );
' VisualBasic Public Overridable Function IsInsideExtent( ByVal _extent As TGIS_Extent, ByVal _itype As TGIS_InsideType ) As Boolean
// Oxygene public function IsInsideExtent( _extent : TGIS_Extent; _itype : TGIS_InsideType ) : Boolean; virtual;
Name | Type | Description |
---|---|---|
_extent | TGIS_Extent | extent to be tested with |
_itype | TGIS_InsideType | kind of test |
Type | Description |
---|---|
bool Boolean | True if shape is inside provided extent. |
See IsInsideCircle for example.