DK11 for Delphi | GisInterfaces.IGIS_ViewerParent.ControlAutoCenterViewport | Methods
Move the screen origin of the map by delta values.
// Delphi public procedure ControlAutoCenterViewport( const _dx : Double; const _dy : Double );
// C++ Builder public: void ControlAutoCenterViewport( const double _dx, const double _dy ) = 0;
Name | Type | Description |
---|---|---|
_dx | Double | x delta |
_dy | Double | y delta |
Do not call this method directly. Method is only for internal Viewer/Parent communication.