DK11 for .NET | TatukGIS.NDK.TGIS_Shape.IsInsidePolygon | Constructors | Fields | Methods | Properties
Test if the shape is inside a given polygon.
// C# public virtual bool IsInsidePolygon( TGIS_ShapePolygon _shape, TGIS_InsideType _itype );
' VisualBasic Public Overridable Function IsInsidePolygon( ByVal _shape As TGIS_ShapePolygon, ByVal _itype As TGIS_InsideType ) As Boolean
// Oxygene public function IsInsidePolygon( _shape : TGIS_ShapePolygon; _itype : TGIS_InsideType ) : Boolean; virtual;
Name | Type | Description |
---|---|---|
_shape | TGIS_ShapePolygon | polygon to test with |
_itype | TGIS_InsideType | kind of test |
Type | Description |
---|---|
bool Boolean | True if relation is true. |