DK11 for Delphi | GisRendererAbstract.TGIS_RendererAbstract.getOffsetPoint | Constructors | Fields | Methods | Properties
Get offset point including position.
// Delphi protected function getOffsetPoint( const _params : TObject ) : TPoint;
// C++ Builder protected: TPoint* getOffsetPoint( TObject* const _params );
Name | Type | Description |
---|---|---|
_params | TObject | params section |
Type | Description |
---|---|
TPoint | Offset as point |