DK11 for Delphi | GisTopology.TGIS_Topology.MakeOffsetLine | Overloads | Constructors | Methods | Properties | Events
Compute a shifted line for a shape to a given distance.
// Delphi public function MakeOffsetLine( const _shp : TGIS_Shape; const _dist : Double; const _jointype : TGIS_JoinType ) : TGIS_Shape; overload;
// C++ Builder public: TGIS_Shape* MakeOffsetLine( TGIS_Shape* const _shp, const double _dist, TGIS_JoinType* const _jointype ) /* overload */;
Name | Type | Description |
---|---|---|
_shp | TGIS_Shape | shape to which a shifted line must be constructed |
_dist | Double | distance ( < 0 for line on right, > 0 on left) |
_jointype | TGIS_JoinType | way of connecting sections |
Type | Description |
---|---|
TGIS_Shape | returns new shifted shape with given distance |