DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.IsInsidePolygon | Methods | Properties
Test if the shape is inside a given polygon.
// C# public WordBool IsInsidePolygon( ITGIS_ShapePolygon _shape, TGIS_InsideType _itype );
' VisualBasic Public Function IsInsidePolygon( ByVal _shape As ITGIS_ShapePolygon, ByVal _itype As TGIS_InsideType ) As WordBool
// Oxygene public function IsInsidePolygon( _shape : ITGIS_ShapePolygon; _itype : TGIS_InsideType ) : WordBool;
Name | Type | Description |
---|---|---|
_shape | ITGIS_ShapePolygon | polygon to test with |
_itype | TGIS_InsideType | kind of test |
Type | Description |
---|---|
WordBool | True if relation is true. |